nickluger

Results 15 comments of nickluger

As things are going to pivot soon, i did not contribute a PR, but here's a workaround. This is type safe on the consumer side. ```ts import { Routes }...

Fans start spinning as soon as i open playground in Chrome, (Version 64.0.3282.186) Mac OS High Sierra(10.13.3) Slow down after a while but, can spike out of a sudden. Have...

One can also introduce two different data models `PublicBooking` and `Booking`, where the first one hides certain fields, among those, `bokee`. So i can use `PublicBooking`s to e.g. determine availability...

I strongly support the 2nd approach suggested by @daveols, using `graphql-shield`. The multi-model approach has another disadvantage, if you use Prisma - you cannot use fragments on the client any...

We're using the solution suggested by @daveols now, succesfully for a production app. You could try that, too.

Hey Florian, thank you for your comprehensive explanation. Agree on performance, was trying an ML based tool for this too, which worked out one or two of these, but was...

Cool, didn't know one could regex search Wikipedia. The first sentences could easily appear in German too, though. - "... Kanal 7. KBS ist auch" - "... und HIV-2. HIV-1...

Of course not, I'm grateful this library exists at all!

For those looking for a temporary workaround, you can just mimic Radix' calculation to get the same positions as those the thumb can be at. ```tsx // Positioned mark without...

Ugly workaround, just add `missing-types.d.ts` or similar to your project: ```ts // This is a temporary workaround for the following issue: // https://github.com/mike-marcacci/node-redlock/issues/173 // just copied types declare module "redlock"...