Yakko Majuri

Results 70 comments of Yakko Majuri

can't do `npm run start` in prod - the dev build is not optimized well but worse is that it will just show React "screens of death" to the user....

please ping me when this is done so I can update relevant docs

I'd like to push back on the above. How painful is "extremely painful"? This is not about imports, it's primarily about exports. We need access to people's DBs for all...

For the record, I'm not saying we _have_ to do this - just wanted to add the context that the key thing here is exports, which are a key part...

Could we reduce the scope of this or rethink this problem? Can we provide a reasonably stable public IP/range for the plugin server particularly?

Hey! Personal API keys are used to improve the performance of flag calculations, by ensuring flags with no filters calculate without having to hit PostHog for a response. It is...

So there isn't too much we can do in terms of configuration here. We've set `kafka_skip_broken_messages` but it seems that for some serialization errors this isn't respected. Things to consider:...

Although looking at this again it seems `kafka_skip_broken_messages` is not set on the DLQ. I'll configure that and it should handle errors like these. It's a terrible pattern though that...

Yeah let's set 100 everywhere. DLQ can be more as it is less important. Could you write that up for us @tiina303?