Sébastien Michelland
Sébastien Michelland
I was looking for this – a bit late but I hope it helps. When `long double` is `double` (aka. 64-bit floating-point), the files in `src` define aliases. For instance,...
I realize the way I implemented it is a bit too greedy. When a name is complete (eg `\subset`) I substitute it automatically, without allowing longer names to be typed...
I think I stumbled on this specification hole while writing a client application with transparent backgrounds. In my case, blending seems to require premultiplied alpha in the `wl_surface` to produce...
Coming back to this now, I finally managed to make it behave as I want it to. It's starting to be quite a big change though. Since I made replacement...
For the performance problem, I wanted to use an ordered map so we could have a single data structure to replace the dictionary, but I couldn't easily find one in...
All valid points, thanks! I'll remember to squash everything when we're done.
Thanks for the review. Let me know when I can squash the branch. Also, I'm thinking the feature would be rather obscure without some proper documentation. Would a section in...
Oops, not sure how and when this flew off my radar. Sorry! I added the README section and squashed the branch (no other changes today). I've been using this mode...
The build from https://github.com/KBD2/terrario/issues/1#issuecomment-686358607 crashes on my Graph 35+E II (French fx-9860G III) too, with an address error at 801ebbac, which is really close to the `malloc()` code on my...
I'd also like this option to exist. Looking into the code I believe the control path to the jump is the list element's `@focus.capture="scrollToActiveElement"` ([here](https://github.com/Drive4ik/simple-tab-groups/blob/99013ea1c5a1e5180422257edea56da735bd9f2b/addon/src/popup/Popup.vue#L1291)), however it's not immediately clear...