Mathias Stearn
Mathias Stearn
I suspect that it will be easier for you to just implement this tiny change yourself than waiting for me to put up a PR, then review it, then wait...
Unfortunately some of the test failures are due to https://github.com/realm/realm-core/issues/6695. We may need to convert to `Results` for some of these methods for now, or implement them in JS.
My 2¢: I don't think we should do this right now. I don't think any other SDK does this (based on slack discussion) and the current JS SDK doesn't either....
FWIW, compilers have gotten a lot better at compiling std headers than they used to be. On my laptop, g++ 14.2 and clang 19.1 each take about 35ms to compile...
I can't reopen, but I don't think this is exactly a duplicate. Note that notify *already* has an [option](https://docs.rs/notify/latest/notify/struct.Config.html#method.with_follow_symlinks) to not follow symlinks. I think it would make sense for...
Update: I got curious and tried alt+space and the results were far more interesting and varied! Again, kitty and ghostTTY were the only ones that handled it correctly as: ```python...
ctrl+alt+space is even more of a lost cause. ghostTTY is the only one that correctly handles it. Kitty outputs the same as plain space, VSCode outputs nothing, and I'm not...