zakkor
zakkor
The fix for the overflowing tooltips is really simple: just add `overflow: visible;` to `.koka.source` Not sure if the minor benefits gained from using SCSS justify adding the additional build...
I can also confirm that the workaround isn't working for us either - this makes projects with Svelte and optional chaining non-functional
Here's a patch that integrates @spencerking's changes (should work if you directly apply it on top of the latest acme2k) https://raw.githubusercontent.com/zakkor/dotfiles/b71544414544e81192bd7f851ff0a05ac254c00b/nixos/packages/acme/spaces.patch
I've been using this fork for the past few months and it works great! Thanks @siacali
Another option that springs to mind: Calva already has a setting to display evaluated code in the REPL but unfortunately, it only prints the evaluated form in the REPL *after*...
I've been playing with this for the past week and it works splendidly. Truly a game-changer for building robust LLM applications. Thanks for the great work @ejones!
Vicuna works with the same sort of parameters as plain llama, but requires the "User:" prompt to be used AFAIK
The same error manifests itself in `jsonfs` as well: ``` $ ./jsonfs -a localhost:5640 example.json $ 9p -a localhost:5640 ls /data dirstat /data: rwalk did not find file ``` It...
It's tricky indeed - with styx being a more high-level package, I thought it was an intentional design that Rwalk automatically creates Qids when needed, which results in client code...