Pascal Kuschkowitz

Results 4 issues of Pascal Kuschkowitz

Is it possible to select items on group search with v5? In this svelte [Repl v4](https://svelte.dev/repl/3e032a58c3974d07b7818c0f817a06a3?version=3.20.1), the search behavior works for everything except grouped items. I.e. the searched item is...

bug

In your changelog at v5.0.0 you point out the following: `isCreatable -> creatable`, which is, as you state a few lines above, false. I guess one could interpret the line...

Upon reviewing this code in the tutorial: ```ts const url = new ImmutableURL('https://example.com'); const newUrl2 = url.set( 'searchParams', url.searchParams.append('q', 'search-term').set('foo', 'fuz').sort() ); ``` I got the error: ```sh Argument of...

**Is your feature request related to a problem? Please describe.** In exam conditions with many students and where the laptops cannot be loaded throughout the exam, the person monitoring has...

feature request