Kevin Arbi

Results 5 comments of Kevin Arbi

I'm also experiencing this. This [idea](https://github.com/facebookexperimental/Recoil/issues/726) came to mind but the build step still hangs. Also to note, using `useRecoilValueLoadable` does successfully `next build`. We just end up losing the...

Adding trace output: ``` [TRACE] - (starship): Parsed arguments: Cli { command: Module { name: Some( "git_status", ), list: false, properties: Properties { status_code: None, pipestatus: None, terminal_width: 173, path:...

Really looking forward to this feature. It would be nice if we had some indication when the tooltip is getting flipped due to some bounds detection.

Same. I wish the route segment config, e.g. `const runtime = 'nodejs';` (the default btw), would actually pass the supported request and response interfaces. Instead we get the interfaces that...

> Likely unrelated, but another "unused" thing: const [_, month, day] = date.split('-').map(Number); error '_' is assigned a value but never used @typescript-eslint/no-unused-vars I think this is unrelated. The responsibility...