Matthew Toohey
Matthew Toohey
Ok, I _finally_ got around to starting on this. I have a rebased version with the tests passing, and some things (though not everything) simplified [here](https://github.com/mtoohey31/textwrap/tree/feat/tab-width), and there's another branch...
> Btw, I've just done some autumn-cleaning and moved the top-level functions out of `lib.rs`: #487. I hope that won't cause too much trouble for you! No worries, it wasn't...
> [Fcitx5](https://github.com/fcitx/fcitx5), which defaults to OVERWRITING the config file if it fails to write to the file directly. (See [inputmethodmanager.cpp](https://github.com/fcitx/fcitx5/blob/b54177ee43ab0c67714834b8f0462605572cf70b/src/lib/fcitx/inputmethodmanager.cpp)). A workaround for the Fcitx5 case that seems to work...
I gave something like this a try in the form of [a standalone program](https://github.com/mtoohey31/json-schema-to-nickel) that generates contract code given a JSON schema, but I've come to the conclusion that being...
Thanks for the reply @yannham! I went and read the section of the paper on intersection; I didn't realize the difficulties there were limited to functions, but that makes sense...
No objections, thanks @vkleen!
I'm closing this because I've switched to using https://github.com/oxalica/nil, so I haven't been using or maintaining these changes for a while. Also, at one point while I was still using...
> @mtoohey31 could you do another quick test if it still works on darwin? Sorry that I never replied to this. I see here: https://github.com/Mic92/sops-nix/pull/261#issuecomment-1412683822 that you were able to...
I think a more rust-like interface is definitely worth considering, but at this point I haven't made the switch yet because I'm not sure that the benefits outweigh the extra...
This is the best I could come up with: ```bash #!/usr/bin/env -S bash -euo pipefail # we need $1 to be the path of the file so we can check...