Raman Paulau
Raman Paulau
Can we get some love for this particular issue? That's one of the few things that blocks me from angular-universal server-side rendering. I can do a dedicated PR, that does...
Yeah, saw that, but at least I can run it instead of erroring during start. In my own plugin with webview I had to use a safer version https://github.com/atlassian/cocoascript-class for...
This issue looks similar to https://github.com/mono/SkiaSharp/issues/1833. That one got closed after they switched to `SKCanvasView` for rendering but we'd really like to keep using hardware accelerated with `SKGLView`. Is the...
Are there plans to add headers for Sketch 53 beta?
Yeah that's really unfortunate and understand your concern. Though these maps won't be included in the production build of the app. At least not by default. I'm looking at the...
Just hit that issue as well. To decide whether to set or unset the mark `toggleMark` command first checks if the mark is active for the selection. It internally calls...
Likely a duplicate of #4769, #4785.
Raising awaraness here about an existing issue in `y-prosemirror` history implementation where `addToHistory: false` could be ignored if it comes from `appendedTransaction` meta. https://github.com/yjs/y-prosemirror/issues/141
This actually should be controlled with `exitable` and `inclusive` properties. `exitable: true` allows to "escape" link mark with `ArrowRight` key. `inclusive: false` makes mark inactive when cursor is at its...
@mattleibow We're also seeing this error but when trying out `3.0 preview 2`. It's a `browser-wasm` app on .Net 8. Loads fine on `2.88.7` and HarfBuzzSharp `7.3.0.1`. We don't use...