Spencer Baugh
Spencer Baugh
In a read-only installation setup, both the plugins and the main xmage JAR would be loaded from a read-only directory. I don't understand how your example achieves that. If the...
See https://github.com/catern/rsyscall/commits/trio-test-case for my revised merge of this. The main thing is simplifying the warnings throwing thing - I think now it's in a nicely upstreamable state (i.e. to unittest.TestCase)...
>I think it'd be a good idea for TrioTestCase to look like other test classes. Upstream [unittest.TestCase](https://docs.python.org/3/library/unittest.html#unittest.TestCase) and more interestingly [unittest.IsolatedAsyncioTestCase](https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase) solve this problem in a different way: they have...
It's a pretty intrinsic dependency for this implementation (symsh), although I suppose the idea could be implemented in essentially the same way on MacOS. The "paper" https://github.com/catern/rsyscall/blob/master/research/sigbovik2020/paper.pdf is mostly intended...
I had the same problem on NixOS; even manually creating a Nix package for my_cookies so I could install it, my_cookies still didn't work. So I used the override code...
I'm having the same issue, 499 status code, CSRF verification failed. Perhaps Leetcode changed something?
Just a drive-by comment since I saw this PR, but why would you want to remove the builder API? That seems like the main value proposition of using this library...
>I think the first item would be easy to develop, but the second one would be harder, since it would require to parse an existing Nix file and modifying it....
Isn't this trivially supported by using systemd socket activation? If nsncd uses systemd socket activation then it can just run with User=nobody or User=nsncd, it never needs root.
How about having systemd pass the socket down, but not socket activating it? i.e. nscd started up immediately rather than only on connection to the socket, but the socket is...