andychu
andychu
I'm looking for a GNU readline alternative, mostly to make sure https://www.oilshell.org/ doesn't become too tied to that interface (which is very hairy). https://github.com/oilshell/oil/issues/460 I did some research and it...
Thanks for this great project -- I'm learning a lot from it. I'm using byterun as a test of a bigger project, and I found and fixed a bug: https://github.com/oilshell/oil/commit/62cd4928c0e71f9cd254062204227a8d8cf1cb23...
This is much less important than the last bug, but I had an issue with the workaround in the code. (This will probably never come up for anyone else, because...
I posted this comment with this article. Someone was getting too hyped up about a certain topic :) Let me know if I should submit a pull request or if...
Hi I just learned of this project through a reddit comment [1] I saw that you have some example shell scripts as test cases for the parser. FWIW I have...
I created a new package.json for "Jesyll", with dependencies ["markdown", "jsontemplate"], since I know I'll depend on those. I then ran the program, and it said "can't find jesyll". And...
This helps testing with Oil, and makes the interpreter more consistent with bash, Python, etc.
### Please tick this box to confirm you have reviewed the above. - [X] I have a different issue. ### What version of ripgrep are you using? 13.0.0 ### How...
I came here to complain about the style and saw the shout-out in the latest commit :) https://github.com/lobsters/lobsters/commit/96cf0b32ee81bb1bd7e6e9cb8c7030631145f902 I agree that the previous `` was too dark, but now it's...
These lines don't seem to make sense: ``` oldpwd="$(pwd)" ... $_sudo chroot . /usr/bin/env -i su -l "$user" \ sh -c ". /etc/profile; . /env.sh; cd '$oldpwd' 2>/dev/null; \"\$@\"" \...