Justin Donaldson
Justin Donaldson
If we want to highlight the filesystem, it would be interesting to just have a small chat log per-room. There could be a small helper utility that lets you ``talk``...
The only issue is that it seemed inefficient. The std lib could be generated/evaluated once per session, and omitted from subsequent incremental compilations. It's a small nit for a POC...
This fails for my tail recursion tests. I noted that the subject had an actual vestigial tail, attached to another tail, etc.
Just started using this library, I wish I had known Adi better. He'll be missed.
I ran into this as well, it required a lot of debugging and code tracing to figure out what was going wrong.
Maybe you don't need a special buffer close command? My thought is that you mark dwm buffers with a special buffer variable (e.g. b:dwm_enabled), and check for it whenever a...
Here's how a relevant portion of my vimrc looks now. I'm still playing around with these mappings, but the helper functions might be of use. Everyone has their favorite way...
Yeah, ``bit`` should be there in defold. I removed the thrown error because it was causing problems for some people in extremely limited lua installations. I'm not sure what I...
> @jdonaldson I think on our side, we should move these hard-coded things into `.lua` files like we do for `_hx_tab_array` and friends, so people can override them in their...
Let me know if you find any other nits, I'm running into these situations pretty often. I believe it's easiest to just override the lua polyfills, but I keep thinking...