Max Stoiber

Results 300 comments of Max Stoiber

I've rebased the linkedList branch on top of the latest master in #374, and all tests (apart from two backtrace formatting changes) are passing.

This is biting us in the butt really hard right now in production, has anybody found a workaround?

This code is very suspicious: https://github.com/neumino/rethinkdbdash/blob/7421553ea98a0874a54980505966383e75d2973f/lib/pool.js#L159-L169 Maybe that's the culprit?

That is correct, that was us! 👍 Feel free to use the package, but it is unlikely we will do any more maintenance on it. The real fix in our...

A SQLite connector wouldn't be enough I'm pretty sure as one can't run the Prisma server on a mobile device. I'm solely talking about turning a Prisma query into Sqlite-compatible...

Yes exactly! 👍 Essentially: ```JS let fontSizes = [...] fontSizes.lg = 2; let colors = {...}; colors.purple.500 = colors.purple[5]; ``` In that way, you can choose whether you want to...

> iirc this was just copied over from the other presets (maybe to be coherent?) Should be copied from Tailwind, no? 🤔

I strongly think if it's the Tailwind preset it should use the Tailwind system, not half of the Tailwind system and half random values :wink:

That sounds reasonable, now that I think about it! Maybe it could live at `docs.reactboilerplate.com` or something? Is that possible?

I figured out why it does this. Here's what the API returns for an in-text page reference. :facepalm: