-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posting: init at 2.3.0 #353386
base: master
Are you sure you want to change the base?
posting: init at 2.3.0 #353386
Conversation
f6454b5
to
eb93125
Compare
|
eb93125
to
b2c04a7
Compare
Thanks for reviewing @xanderio. That build failure should be fixed now! |
c9ffc98
to
cb2ecd1
Compare
39200c3
to
5b5b4b1
Compare
|
pkgs/development/python-modules/textual-autocomplete/default.nix
Outdated
Show resolved
Hide resolved
0eb2605
to
0d9a0f3
Compare
Any updates on this? |
Pretty much ready to merge I think. I need to update the PR to target the latest master to update to the latest posting version (2.3.0). I'd appreciate if someone could tell me or point to a resource on how to properly do the rebase/merge, since I accidentally mass pinged dozens of people last time I tried. |
From a comment in the original PR:
Also, the commit that triggered the mass pinging changed a lot of code outside of the PR's scope which is why that happened. If you rebase to catch up with |
0d9a0f3
to
3490d29
Compare
Okay, no mass ping this time 😅, but somehow I still included one commit which isn't mine. Sorry about that! To be honest I've never used the git rebase command before contributing here so there are still some misunderstandings. I guess this happened because at some point I did a I checked EDIT, note to self: |
3490d29
to
11f5fbd
Compare
11f5fbd
to
1351099
Compare
Alright, as far as I'm concerned this is ready to be reviewed and/or merged now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
version = "3.0.0a13"; | ||
pyproject = true; | ||
|
||
# Alpha versions of this packages are only available on Pypi for some reason |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current latest alpha source code is available on the version-two
branch
|
||
nativeBuildInputs = [ python3Packages.hatchling ]; | ||
|
||
dependencies = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would make sense to put a with python3Packages;
here
src = fetchFromGitHub { | ||
owner = "darrenburns"; | ||
repo = "posting"; | ||
rev = "refs/tags/${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably best to just use tag = version;
fetchFromGitHub, | ||
python3Packages, | ||
}: | ||
let |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty let in
?
python3Packages.textual | ||
] | ||
++ python3Packages.httpx.optional-dependencies.brotli | ||
++ python3Packages.textual.optional-dependencies.syntax; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should probably include xorg.xdb
so X resources themes can work
This adds the posting HTTP client. It's like insomnia or postman but it's a TUI. It also adds me to the maintainer list.
https://github.com/darrenburns/posting
https://posting.sh/
I was previously working on this in #352663, until I did something incredibly cursed while rebasing, causing me to circumvent the anti mass-ping mechanisms and ping 10+ maintainers.
People involved with the original PR:
@ryand56
@Frontear
Fixes #351936, #327855
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.