whitty
whitty
Thanks for the response - I had a bit of a play around in trying to make a hacked up version - I'll continue thinking about it whenever it bothers...
CLI programs published by snaps can be "executed" by any user (maybe an asterisk or two here) - it might be possible to snap 95% - and just have to...
Sorry it might be bug-spam but it took me a while trying to find a decent search term for - help with lsp I randomly lose chunks of my document.
Ran into this issue on ubuntu 20.04 (ulimit is 1024 - cannot be increased by normal user). Workaround was to use `taskset` to restrict the CPU set to convince `runtime.NumCPU()`...
I observe the same symptom on my Nexus 7. Items place on release.
Thanks Alan - with this info I was able to actually start playing successfully. The issue for me was that I couldn't rotate items - they would place immediately, and...
I feel bad suggesting this, but because I needed this feature (I originally logged this issue) I implemented my own extension for tab closing with the option of ignoring or...
Forgot to add - all the examples specifically use filenames in pattern, but nothing in the documentation makes it clear that these are required, or that the default (empty) is...
Thanks - at least one of my tools already produced a log-file so at least I have the basics running now. Do you mind if I also add a separate...
> `pip install setuptools` should get you past that error. That seems to work for me, however that means that there's a missing dependency in some package - right?