Emil Walser

Results 7 issues of Emil Walser

Fix support for Set-Cookie header in fetch adapter. Closes #2312 @KATT

I'm working with implementing authentication using `trpc`. I use the `fetch` adapter. I need to set the `Set-Cookie` response header. However in trying so I discovered that `fetch`'s `Response` objects...

I know there has been a number of these issues on here, but none of those answer my question / fix my problem. It used to work, but in the...

Add FAB builder to `AutoTabsScaffold`. The `floatingActionButton` parameter is retained. If it is specified the `floatingActionButtonBuilder` parameter is ignored. Please, let me know if you think this should be changed....

Support building the `FloatingActionButton` based on router changes in `AutoTabsScaffold`. Much like the `AppBar` and `BottomNavigationBar`, etc.. ```dart AutoTabsScaffold( routes: [...], appBarBuilder: (context, tabsRouter) => ..., bottomNavigationBuilder: (_, tabsRouter) =>...

When executing the following command: ```terminal npx postcss-plugin-boilerplate . ``` The template script creates a sub-folder from where the command was executed named the same as the folder it was...

When invoking the `Fix Imports` command files are processed, but then left unsaved (still showing a dot). Only to have to save them again. I'm mostly using this with the...