Sami Korhonen

Results 11 comments of Sami Korhonen

Not sure if root cause it this, but it seems like json-schema-sampler is using global variables. If generator at any point is called in parallel (e.g. pipe), it might just...

podman project has done really good job fixing compatibility issues such as this in the past. I’ll file an issue there. Maybe they can adjust error message in podman

~~I was expecting url to be returned when pattern `?react` was not present. This is a blocker for us~~ @swedieman It turned out that it was actually a vite change...

I noticed that recent datadog lambda layers have upgraded to 4.x of dd-trace and got worried, if this bug would impact our lambdas.

I must admit, I didn't (and don't) have time to setup local test environment for this PR. Considering the change, I don't really see that worth the effort :-)

> Do you think you could add a benchmark to `benchmarks/...`? I didn't benchmark PGStream. You can check benchmarks that I did do to evaluate difference between different implementations in...

The interesting bit is that I can’t find any references to this ’getEncodingWriter’ method, but yet this FilterOutputStream shows in the flame graph. It could be just bad graph, because...

@vlsi I think we can close this PR. Should have looked code from IDE not using mobile phone screen. Better continue discussion in another the issue for now. I might...

I looked at the implementation in Java 21. There should be no buffer resizing, if you use size parameter. Resizing only applies when size is not defined. I think biggest...

I did run some microbenchmarks for you: [No threads] OutputStream: 150.25ms [ -56 ] [No threads] BufferedOutputStream(OutputStream): 155.564ms [ -56 ] [No threads] FilteringOutputStream(BufferedOutputStream(OutputStream)): 3919.915ms [ -56 ] [Threads] OutputStream:...