andychu
andychu
I would guess that if you want it implemented you should send a patch yourself.
OK as far as I know the code I linked/quoted above fixes it. (I stopped working with this code some months ago and didn't get a response, so I didn't...
FWIW I just ran into this issue. I worked around it with export RUBYLIB=. (I don't know Ruby so this took some Googling to figure out, and then I encountered...
This looks nice! The static types are a nice addition. I suggest just publishing it and then I can link to it for people who would like a different style....
OK interesting, so the reason you're not using `shfmt` (or Oil) is because you want partial parse results for incomplete code? I have been thinking about how to add that...
OK thanks for the explanation, that makes a lot of sense! Are you going to complete external tools in addition to the shell language (variables, etc.)? That is, when you...
Yes, I learned recently that bash *dynamically* greps the output of `ls` to complete flags. It does it every time you hit TAB. This is in contrast to zsh, which...
FWIW Oil has a `run` builtin which is used to tweak exit codes. This comes up in a couple places: - `grep` can return 0, 1, or 2. That's "found",...
Yup, that's the flag for `grep`. There's a long thread about it here where we went through almost all the names possible :) https://oilshell.zulipchat.com/#narrow/stream/121540-oil-discuss/topic/status.20builtin.20proposal And yes if you want more...
Another comment I made about the http://langsec.org line of research popped into my head: https://lobste.rs/s/uyjzjc/science_insecurity_meredith_l_patterson I heard about this line of work on Hacker News about 5 years ago, and...