Justinas Delinda

Results 55 issues of Justinas Delinda

**Feature Request** Allow users to only load parsers they want. This library supports quite a few music file types, but some users might not need them all, especially if bundle...

enhancement
API change

From August 2022 Google oauth2 iOS key will [no longer support localhost redirects](https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html), this was a recommended way for Electron apps to use this library and still is inside the...

type: question
priority: p3

Based on [Dexie Bundle phobia](https://bundlephobia.com/package/[email protected]) it's minified bundle size is 83KB, GZIPed 26KB. Dexie is a great library and has a lot of features, but its bundle size is on...

dexie4

Right now if you want to use one method of the library you have to pay the bundle size cost of them all. If you want to use sort you...

Basically I want to know which route is currently active outside of ``, so I can for example change nav bar styles on specific page, currently this is hard to...

enhancement

Expose `createPathMatcher` function. `useMatch` only works with current path, so you have no options if you want for example compare previous path and see if it matches.

enhancement

Add support changing default window title bar color to some other color. Currently PWAs in chrome when installed are able change users window color using color declared in web app...

### Describe the problem Typed route param types do not match ones provided from `params/*` match functions. Consider following setup ```js // params/fruit.ts import type { ParamMatcher } from '@sveltejs/kit'...

enhancement
types / typescript

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description expose `core` as separate package export here: https://github.com/Borewit/music-metadata/blob/72a40061a1ba2d85336cbd8d756fec25b9a23e72/package.json#L14-L19 currently importing version...

enhancement

### Describe the bug ```svelte let count = $state(0); function increment() { count += 1; } const listeners = { onclick: increment, } clicks: {count} ``` When running code above,...

feature request