Dmitriy
Dmitriy
In the same spirit, but looking a little bit better are small less and greater unicode signs, U+FE64 and U+FE65, ﹤﹥.
`b.hpp` is an implementation detail. It should never be included on its own. I suppose adding `#include "a.hpp"` to it is harmless, but redundant. To me this is a bug...
I'm not sure what PImpl idiom has to do with anything, but I'm sure that a documentation tool should not dictate how a user is to organize their code. That...
1.19.1 is not working for me in macos 13. It keeps cycling between paused and charging, all the way to and at 100%. Low Power Mode is set to Never...
I'm running into a similar problem with `Bisection`. Is it also coming from SciPy, or is it implemented directly in jax, and it's a different problem? Tweaking the example above...
Ah, that makes perfect sense. Thanks! This is my first foray into jax, so forgive me if this question is naive, but is it possible to hide this from the...
Why do complicated surgery on shapes and not just use SVG `mask` to subtract the eraser path from any given stroke?
I stumbled on the same problem with trying to atomically load a pointer. Here's a snippet and an error: ```cpp #include namespace sycl = ::cl::sycl; int main() { using atomic_ref...
Ah, brilliant. That was exactly the problem. I just blindly copied the code from a CPU implementation without thinking about it. Many thanks, @illuhad! Sorry for the noise.
I came here to file the same feature request. Argument-wise, in the spirit of simplicity, why not make it: ``` ouch decompress test.tar.gz vacation/Portugal/20220724/videos cooking/recipe.md ``` Basically, only one archive...