ash
ash
fwiw, snaps cannot access the "real" /tmp, so I'd imagine that that's the cause of the problem you've observed with `test2`.
strictly-confined snaps additionally can't access dotfiles in your home directory (e.g. ~/.profile) – it seems like there's [a way](https://snapcraft.io/docs/home-interface) to get access to hidden files there, unlike /tmp, but the...
I don't know of anything like that, no, though I would be unsurprised if that was because I'd not heard of it rather than because it doesn't exist. afaik, the...
I was originally using the cut buffers for a tiny set of clipboard management keyboard shortcuts (basically just xcutsel without the GUI), though I only really used them once or...
Until this is fixed: urllib3 supports HTTPResponse.chunked since https://github.com/urllib3/urllib3/commit/f21c2a2b73e4256ba2787f8470dbee6872987d2d (1.10.3), and Requests vendors that version of urllib3 since https://github.com/requests/requests/commit/5fcd843eb23e8e84cd5f60c6d372ef4d678f80fe (2.6.1). So, installing/depending on `requests >= 2.6.1` will fix the issue.
I guess for bash you could record the value of `$BASH_COMMAND` in the `DEBUG` trap, then refer to it the next time the prompt is invoked – though I appreciate...
this would be really really nice to have I was _very_ confused earlier by nix telling me that 20.350000 and 20.350000 were not equal; the only way I worked out...
i'm reasonably sure i only have remarkable-hacks (definitely not oxide or anything like that). when the 2.5 update was released i manually downgraded to the 2.4 xochitl binary for a...
the version number displayed in settings for me is 2.5.0.27-patch_17.1.05-0-gccb1643 (and iirc that's baked into xochitl, not read from elsewhere on the filesystem), and /usr/bin/xochitl is the same size as...
adding `IdleToSuspendDelay=13200000` (3 hours 40 minutes) appears to have fixed it for me, thanks!