Pixievolt No. 1

Results 16 issues of Pixievolt No. 1

When a test throws an exception (e.g. a failed assertion) while code from the `svelte/store` module is on the stack, it can cause that module to enter a global state...

When I first created svelte-writable-derived in 2019, I gave `reflect` an asynchronous form for symmetry with `derive`. In the years since, neither I nor any known consumer of the package...

With the Personal Menu extension enabled (https://addons.mozilla.org/en-US/firefox/addon/personal-menu/), the Cheevos menu item won't appear in the Firefox button (only the Tools menu in the traditional menu), and any attempt to view...

I'd like to add [Random Bookmark From Folder](https://github.com/PikadudeNo1/RandomBookmark), an open-source browser extension I'm making, to the list. I'm not 100% sure it meets the standards set out in this project's...

There are lots of incremental improvements I could make that are individually fairly minor, but nonetheless breaking changes. I'd like to release a v3 that takes care of the lot...

Currently, consumers of this package have no way to be notified when one of its `StorageArea.set()` calls starts or succeeds, only when it fails (that's the [`onSetError` option](https://github.com/PikadudeNo1/svelte-webext-storage-adapter/blob/master/README.md#onseterror)). This is...

enhancement
sponsorable

This package creates Svelte `writable` stores for you, and offers no alternatives. Is there any demand for a way to specify a different compatible implementation of the store contract to...

enhancement
commissionable

I recently added JSDocs, which provided partial TypeScript support, but full TypeScript support could grant the TypeScript compiler a better understanding of this package and integrate it more neatly into...

enhancement
commissionable

This package already does transactions, in the sense that everything that changes in between [`tick`](https://svelte.dev/docs#tick) resolutions gets batched up into a single `set` call to extension storage. Is there any...

enhancement
commissionable

[Svelte 4 is here!](https://svelte.dev/blog/svelte-4) This package could work with it with some minor changes. Svelte 4 was restructured to be importable exclusively by [package exports](https://parceljs.org/features/dependency-resolution/#package-exports). To work with this, the...