sucralose
sucralose
But does tinycorp have any detailed documentation regarding a broader overview of tinygrad? Or do you mean manually inspecting the codebase, figuring out what the function of one piece of...
It's supported now with ``bun repl``? I don't see any way to enable vi bindings though; it doesn't seem to use readline
Since Nov 4 2022, I have reinstalled my operating system and also switched laptops, but I'm still getting the same error: ``` sc-im: make -C src make: Entering directory '/home/oboro/src/exp/sc-im/src'...
GPT-4 recommended the following diff, which fixed it for me: ```diff diff --git a/src/gram.y b/src/gram.y index fec3876..500b1da 100755 --- a/src/gram.y +++ b/src/gram.y @@ -31,7 +31,7 @@ #include "vmtbl.h" #include "cmds/cmds_command.h"...
> RSS returns forbidden, was this disabled? https://github.com/zedeus/nitter/issues/937
- Will Nitter be revived if a new way to access the network without an account is found in the future? - How are e.g. nitter.unixfox.eu and nitter.freedit.eu still running?...
With Brave, I'm getting #080000 every time
Any update?
According to a random post I read on Hacker News, difftastic uses tree-sitter too, so I suppose it would be general enough for this use case https://tree-sitter.github.io/tree-sitter/
> An easy way to connect from those strings back to the context in the code would definitely be interesting. Almost feels like something you could do with monaco editor...