Pete Nykänen

Results 25 comments of Pete Nykänen

Is this on Apple silicon?

Yup, it could have some nasty side effects for someone doing something like `if (foo !== null)`. Maybe for the next major version then :fire_engine:

@jridgewell Cool, thanks for the tip!

Yup, figured out as much... One way could be if the ownership could be moved to you manually, considering that you have a written clause of having total control. But...

Honestly only reason I hadn't left was because I couldn't find a leave button on the organization page, for whomever is looking for it it can be found in your...

We have the same use case @trent-boyd for this: failing / flaky end-to-end tests are really hard to debug due to having to re-run build processes: by allowing to cache...

That’s awesome and totally understandable! I’ll try to find time to create a PR or at least a poc!

> I believe so, just found https://docs.cypress.io/guides/tooling/typescript-support.html#Types-for-custom-commands That docs still refer to this in `Find the standalone example.` though

Another possible meta issue, literal column values end up being `type | null`. ```sql select id, 'foo' as foovalue, 1 as barvalue from 'bar'; ``` Result: ```typescript type Bar =...