Nick
Nick
**Marked version:** 3.x.x **Describe the bug** A clear and concise description of what the bug is. Right now, `import {use} from "markedjs"` does not work, this worked in 2.x.x. **To...
#### What version of regex are you using? Latest If it isn't the latest version, then please upgrade and check whether the bug is still present. #### Describe the bug...
Eslint will still complain about an 'unused' selector when svelte's linter knows that it's marked global. ```html body { color: red; } ```
**Is your feature request related to a problem? Please describe.** get_object doesn't return the request information. **Describe the solution you'd like** get_object should also return the same as head_object in...
Any chance we can get a release pushed to crates.io? There are a few changes that have been on master for a bit that we would like to use w/o...
Title. For easy callbacks when users need to update.
### Describe the bug The typescript type for `on:error` should be `event: ErrorEvent` not `event: Event`. ### Reproduction ```ts const handleUncaughtError = (event: ErrorEvent) => { // }; ``` ```html...
Adding support for const new so that we can statically initialize the cache using a Mutex/Etc: Mutex::new(LruCache::new());
Add a configuration to scrollable to always show the scrollbar. Adds a disabled style for scrollbar.
Disabled styles are used when a scrollbar is shown, but no content is overflowing.
This is a non-breaking change that allows using images loaded with a different library in your program, or raw pixel buffers without including all of the bloat that image-rs is....