Max Weisel

Results 7 comments of Max Weisel

Just to add to the OnProduce discussion. Maybe another way to look at it is with OnProduceData(). I don't use data producers or consumers and so it feels awkward that...

I disagree there. If mediasoup sent data via a Producer (as opposed to the separate DataProducer type), I'd agree with you, but they treat them as different paths, and I...

If they're separate producer classes, but use the same listener type, but the listener is expected to branch based on what type of producer is making the callback you've defeated...

Mostly just for workflow reasons. Typically I'm prototyping these queries as SQL with psql. Some of them have become fairly complex and it's easier for me to take the final...

I'd really love this feature. I recently wrote an upsert query and missed a `!` on one of parameters required for the insert part. Despite the column being `not null`...

Let me know if there's a way I can help implement it!