gitonthescene

Results 127 comments of gitonthescene

FWIW, I saw the #503 but thought I’d raise this because it’s a (mildly) different angle and the other issue was closed. I missed the mention in #589. Feel free...

I've changed these wikis: - [Idioms](https://github.com/kevinlawler/kona/wiki/Idioms/_compare/077cc09e42434cbeba032dde6c6c973233df738e...cba2b60610d9ea76adb2461fefd8aeb51dd1dc09) - [Home](https://github.com/kevinlawler/kona/wiki/Home/_compare/32d30d3a82846408a9f51d70bea0220255965492...917f5c7795b2ffbbcb7aa455c72ee348b73c9b2e) - [K 99](https://github.com/kevinlawler/kona/wiki/K-99:-Ninety-Nine-K-Problems/_compare/b2b54f606763f55bef68e0f81ab9db460e925695...eda3b1f7763763b0a52b51c1e997d01bebedfe46) But when trying out the code for [problem 23](https://github.com/kevinlawler/kona/wiki/K-99%3A-Ninety-Nine-K-Problems#problem-23) I noticed that `_draw` doesn't like a negative size and...

I think I put the negative on the wrong side above but it doesn’t work on either side.

Thanks for the clarification. FWIW, I think I may have got myself turned around above since the args for `_draw` and `?` have swapped. The error above is a length...

I'm on kona-user. I'll hop on kona-dev. FWIW, I think there is a real issue here I just made a mess of the example. ``` rndselect:{(y)_draw(#x)} rndselect["abcdefgh";3] 6 1 3...

@bakul - Ugh.. Thanks. I got all turned around here. The parens were part of me trying to unscrew myself. I’ll clean up the examples and doc now. I’ll include...

I was mostly advocating for clarity above and not a specific proposal but this makes sense to me. It might be good to spell out the response to a request...

For now just running the following in the shell seems to work to sync up the poetry environment with auto-virtualenv: ``` sh $ ln -s $(poetry env info -p) .venv...

I don't know if you found a solution here, but all this uses is the elisp (locate-dominating-file) function. My best guess is that your .flowconfig is a dead symlink. Maybe...

FWIW, I implemented trivial support for semantic tokens for a server implemented with [pygls](https://github.com/openlawlibrary/pygls/tree/main) for with a trivial `text-mode` for an [esolang](https://ngn.codeberg.page). I also was not getting it to show...