send.rs:in_reply_to_mentions_issue:test
use nostr::serde_json explicitly
applied cargo +nightly fmt to tests/ngit/send.rs
I'm not sure what you are trying to achieve here? If you are suggesting changing the version of fmt to use, please do so using nix?
When using ngit as a library and not building in nix - it wasnt available when running tests. maybe out of scope - no biggie! :)
great work btw!
When using ngit as a library and not building in nix - it wasnt available when running tests. maybe out of scope - no biggie! :)
great work btw!
O cool. I didn't consider that. Please package the changes together into a single commit / PR and I'd be apply them.
please list what PRs you would like to include. I closed the others - I will stack them.
you can also just cherry-pick them and do what ever - squash them etc...
I will add some cargo docs stubs and add a little more documentation in another PR
maybe i will do it over nostr - good testing. :)
it may be a good test - due to my repo has completely diverged and we can test submitting PRs from a divergent repo. (should work)
your git testing is great... i have some ideas for asynchronous git operations...
also - i have implemented the "expensive tests" as a feature (tokio async) so those can be run separately... i will put together a PR.
please list what PRs you would like to include. I closed the others - I will stack them.
I meant if you were making changes to a number of files so that it passes +nightly fmt then it would be best to include them in a single commit.
I look foward to seeing what you come up with :)