Max Korsunov
Max Korsunov
From svelte-toolbox I want only Ripple component, but there is no possibility to run: ``` npm install --save-dev svelte-toolbox/ripple ``` and import the Ripple by default: ``` import Ripple from...
For now, the directive can be installed just as a directive. But it would be better to export as a Vue plugin with `install` function that would register a directive...
### Describe the feature According to [W3C](https://www.w3.org/WAI/ARIA/apg/patterns/spinbutton/), **Spinbutton** could be an accessible number field with buttons to increase or decrease the value. Just like the ScrollArea, it should allow CSS...
`wretch` library (v1.7.10) is currently used inside Magner. The second version is a rewrite of the first one with many improvements. Mostly, the migration should be simple, but there are...
It should wrap the wretcher's `defaults` function like so: ```ts const rewriteDefaults = (defaults: WretcherOptions) => wretcher.defaults(defaults, false); ``` Because otherwise we require users to know how to work with...
https://element-plus.org/en-US/component/tooltip.html#theme Change to Magner colors: #FFDB31, #46A0FC
Hi! I am trying to set up Vocs with the steps from the documentation: ```bash pnpm create vocs cd vocs pnpm i pnpm dev ``` When I enter the `http://localhost:5173/`,...
In TransactionSummary computation logic, all addresses are not checked if owned by user, even though all info is available for it: https://github.com/penumbra-zone/penumbra/blob/main/crates/core/transaction/src/view.rs#L128 Web apps call this code in WebAssembly to...