Raman Paulau

Results 14 issues of Raman Paulau

So basically this fixes #18. If you can review this, this will be great. `ElementTreeItemWrapper` was required, because `ElementTreeItem` is rendered recursively. This is 100% going to be rebased I...

# [Blazor wasm] Use provided loadBootResource function to override how the config is loaded - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [ ] You've included...

area-blazor
community-contribution

**Description** Random `memory access out of bounds` exceptions being thrown when using `SKGLView` component in Blazor standalone wasm application and trying to draw shapes with `SKImageFilter` or `SKMaskFilter` provided for...

Enable sourcemaps for `radix-vue` so it's easier to understand and debug possible usage issues in development. After running locally `pnpm --filter radix-vue build` I see that `*.js.map` files are generated...

on-hold

### Describe the feature To position floating elements Popover (Popper) uses `floating-ui` internally and floating-ui supports usage of [`VirtualElement` as a reference](https://floating-ui.com/docs/virtual-elements). In particular I'd like to leverage [`contextElement`](https://floating-ui.com/docs/virtual-elements#contextelement) property...

v2

Resolves #141. Using the same approach as in native `prosemirror-history`, added inspection of `appendedTransaction` meta for possible `addToHistory: false` to prevent root transaction from appearing on the undo/redo stack. Added...

**Describe the bug** `ySyncPlugin` ignores `addToHistory: false` of `appendedTransaction` thus root transaction gets added onto undo/redo stack. **To Reproduce** Steps to reproduce the behavior: 1. Clone fork with a test...

bug

**Describe the bug** Components that render multiple root nodes or `` in root won't be cleaned up properly after each test or by calling `cleanup` manually. **To Reproduce** The following...

bug

### Describe the bug Using `useQueries` with queries constructed with different combinations of `select`, `computed` and `Array.map` may lose type inference and produce type errors. ### Your minimal, reproducible example...

types
package: vue-query

### Describe the bug `useQuery` no longer allows `computed(() => queryOptions(...))` to be used as `options` argument due to type error. The following code throws type error. This is possibly...