Daan Vanoverloop
Daan Vanoverloop
To add to what @ThreeFx already said, this feature could be useful for floating terminals. For example I use a floating terminal with an mpc client that can toggled with...
I usually never use my touchpad in rnote, but I just tried it and can confirm what @daudix-UFO says. It seems to work like 10% of the time, but usually...
I've experienced the same issue too. I think that hiding scrollbars when the pen is down won't do anything meaningful, because the touchscreen usually gets disable whenever the pen is...
Access to rewrite patterns (https://mlir.llvm.org/docs/PatternRewriter/), but mainly to use PDL modules (https://mlir.llvm.org/doxygen/classmlir_1_1PDLPatternModule.html) as they can be represented as MLIR using the PDL dialect. See also: https://github.com/beaver-lodge/beaver/blob/main/native/mlir-c/lib/CAPI/Elixir.cpp#L17
Thanks! I'll try it very soon.
Perhaps this crate could be used: https://docs.rs/openidconnect/latest/openidconnect/? It seems to be actively maintained, and could do a lot of the heavy lifting.
Correct me if I'm wrong, but I think this can't be implemented in bindgen at the moment due to a limitation of libclang. I believe there is currently no cursor...
I can't say I'm very knowledgable of C++ templates myself either. I'm mostly just curious of what's possible. I do wonder now if the lack of specialization is necessarily a...
I don't think it is related to #78, but it's something I had to do when trying to build `libsgxstep` with `-fPIC`. If I recall correctly, I needed this because...
Perhaps my use case is a bit niche, but I was using a program that loads a `.so` at runtime depending on some command line argument, and that `.so` then...