dzaima
dzaima
**Steps to reproduce the behavior** 1. Post an image with text on the discord side; the bridge posts two messages on Matrix - an image, and the text. 2. Edit...
Multiple discord edits of the same message (sometimes?) results in the message going blank on matrix. This is because the bot "edits" the previous matrix edit event, instead of editing...
For creating custom popup windows or similar, ability to hide window decorations (also, hiding it from the taskbar) is necessary. Alternative would be to force everything to use native menus...
So far I've traced it down to [this](https://github.com/HumbleUI/JWM/blob/8814b93ae484e469097530f99cd35bfdadd5f891/linux/cc/WindowManagerX11.cc#L334-L337): While no mouse buttons are held, that gets two events, one with `deviceEvent->deviceid` being `2` and one with it being `10`; the...
As can be seen in https://asciinema.org/a/AxH57hTJctdztmBaJ2bBTS7nP, characters, which in JavaScript are represented as surrogate pairs, break cursor highlight positioning, due to the position being calculated in terms of JavaScript characters,...
Potentially I'm not understanding alive2's intended behavior, but this: ```llvm define i1 @src() { entry: %x = call ptr @malloc(i64 8) %y = call ptr @malloc(i64 8) %xb = ptrtoint...
- Widening reductions (`vfwredosum.vs`, `vfwredusum.vs`, `vwredsum.vs`, `vwredsumu.vs`) should allow LMUL=8 - `vrgatherei16.vv` should only disallow LMUL=8 for e8
### Describe the issue you are having The session log may be left in a broken state if truncated with 19.0. ### How do you reproduce the issue? 1. Set...
Any time the auto-completion panel has to show up it doesn't and throws this: java.lang.NullPointerException at processing.mode.java.pdex.CompletionPanel.calcWidth(CompletionPanel.java:275) at processing.mode.java.pdex.CompletionPanel.(CompletionPanel.java:160) at processing.mode.java.pdex.JavaTextArea.showSuggestion(JavaTextArea.java:531) at processing.mode.java.pdex.JavaTextArea.lambda$1(JavaTextArea.java:340) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at...
The "join: Miter - limit" options on https://graphite.rs/libraries/bezier-rs/ don't appear to do anything. I believe it should be the [`variable: "join: Miter - limit"`](https://github.com/GraphiteEditor/Graphite/blob/9f7b3936f412ad88253ba38f3a9203827ed8b119/website/other/bezier-rs-demos/src/features-subpath.ts#L174)s not matching `options.miter_limit`, but don't have...