Ignatius Bagus
Ignatius Bagus
Moves dictionary files into a single object in a file, this should reduce bundle size and slightly improve performance because we'll be directly importing the dictionary object, skipping the middleman,...
There's still a test case where it requires `fs-extra`, so I'm not sure if we can completely remove the package, but at least we can move it out of the...
According to the docs, `terminate` seems to effectively stop all execution in the thread, as soon as possible. This seems to break some long running process — which was working...
Hey, thanks for the project! I saw there's some request for help with providing types at https://github.com/nextapps-de/flexsearch/discussions/339 but also a lot of things missing in the repo itself, I see...
### Describe the bug Having an inline event handler inside an element (doesn't have to be a special element) breaks `` tag IntelliSense. ### Reproduction Copy and paste the snippet...
#190 #207
Supplementary to #190, we'll need to have a website and host an `updates.json` file for the [`update_url` property](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#update_url) to auto-update the extension, per https://extensionworkshop.com/documentation/manage/updating-your-extension/.
Use Svelte and `Docs` component from [dev-kit](https://github.com/ignatiusmb/dev-kit) as a template
Marking as draft for now, more research needed