Jon Reeves

Results 9 comments of Jon Reeves

This issue is not limited to `Proto2`. I'm seeing it with `Proto3` also: ```proto syntax = "proto3"; message Org { int32 id = 1; string name = 2; } message...

Oh interesting... We've been using `improbable-eng/ts-protoc-gen` for the last year and totally didn't notice this. Seems like a really odd decision in `Proto3` especially with the explicit option of `optional`...

We aren't utilizing tailwind in our project. Is this now a requirement for using Maizzle v4? --- I tried using the official starter `https://github.com/maizzle/maizzle` which does use tailwind and added...

I did try out the `data-embed` option and I believe it worked in the above example, but unfortunately in my real-world project it didn't work out as it indiscriminately keeps...

> Maizzle doesn't have a Sass CSS compiler, is that something custom that you're implementing? Yeah we just added a `transform` in v3 (`filter` when testing v4): ```javascript // config.js...

From what I can see in `6.0.2` at least, `isActive` is available in both the `className` and `style` props if you provide a function. ```jsx isActive ? : 'active' :...

Personally my "general" expectation with `dotenv` files is that they provide values that can be overriden by explicitly setting ENVs. This is commonly how it works in Webpack workflows that...

I'm not personally experiencing the issue, but a few days a go, a colleague also run into this. After trying to debug things, we were able to narrow it down...

We started evaluating pgcat recently and came looking for this feature too. Similarly, we have various out-of-region replicas that we would like to include as servers but not be part...