Cam Spiers
Cam Spiers
We could fix the access to a key before checking exists regardless.
If you add a new document to a existing data source, and then set the model to unprepared `$model->setPrepared(false);` then when you try to classify something it will regenerate the...
I don't think that option is available at the moment sorry :(
Fantastic, I can iterate on the issues you pointed out, or point you in the right direction when I get some time. I just landed https://github.com/camspiers/snap/pull/42 and so will be...
I think will have some time tonight or tomorrow night to have a look, thanks so much for sticking with this, and apologies for not getting back to it as...
For node alpine containers the only solution that I have found for this is to install coreutils: ``` apk add coreutils ``` The reason is the following: In the file...
I like the idea, but I am still thinking about the implications.
I'm pretty sure this is from the existing bugs in neovim's implementation of prompt buffers, so it depends on upstream neovim to fix. Apologies, but it's just the state of...
Keeping it open might help others find the task and not duplicate, so I am happy to keep it open.
I'm definitely going to implement this, just need some time.