Alexander Arvidsson

Results 12 issues of Alexander Arvidsson

Pull Request checklist - - [x] This pull request fixes #2176 - [x] The directory structure is of the form (typescript-infer-type-by-argument) - [x] Don't duplicate stuff. The use-case that I...

I recently stumbled across a method of inferring the type of the return value depending on the value of the argument. The use-case for me was creating an API that...

Creating or updating documents adds the `id` field to the actual document. There are certain reserved fields in Firestore that should not exist within the document. The package `@nandorojo/swr-firestore` will...

This is a little bit of a structural change. Instead of passing down the individual properties, the full options object is passed down to the different render methods. Also added...

When trying to run prettier-js or when saving with prettier-js-mode, all I am getting is the following: ``` Wrote c:/Users/xxx/AppData/Local/Temp/prettiergc1tvy.jsx Could not apply prettier ``` The error buffer only says...

The use of `will-finish-launching` means apps that initialize deeplink when app is already ready will not work. There could be multiple reasons for this, in my case we have to...

~Introduces a new option to the `prefixed` outputter to colorize the task names according to a sequence of colors. Helps distinguish what logging message comes from which task.~ As requested,...

Hi, We optimized our non-sync player by avoiding to seek while the player is currently seeking, as outlined in this article: https://kitchen.vibbio.com/blog/optimizing-html5-video-scrubbing/ We found an extreme improvement in scrubbing performance...

Updates the plugin to work with Typescript 5. Most likely not backwards compatible with Typescript 4, I have not tried it. The biggest change is the consolidation of `tsserverlibrary` and...

First of all, great library, I love the simplicity! But I think there's a big scaling problem here: From reading how the query works, and analyzing it, it seems that...