Lukáš Zapletal

Results 147 comments of Lukáš Zapletal

There seem to be some race condition in test/appenders/test_async_flushing.rb:164:in `test_async_writes'` ?

There appear to be problem with jruby on travis.

I dont like this feature neither, at least not by default. I hate plugins which opens windows when I don't want it :-)

I almost never did test these edge cases, I would only make sure the generated files are valid. These are not supported in Satellite so we are usually good to...

Just an idea - how about checking the filenames before loading them for processing? ```go package db import ( "embed" "log" "strconv" migrate "github.com/golang-migrate/migrate/v4" _ "github.com/golang-migrate/migrate/v4/database/postgres" "github.com/golang-migrate/migrate/v4/source/iofs" ) //go:embed migrations...

Hello, I don't have my own experience but honestly the original idea was by @natoscott who mentioned going through the process. Nathan, was it a smooth ride?

> * Statsd isn't an official registered organisation, but it's also not really owned by one individual. Would the assignee name still be "statsd"? Can't speak for IANA, but in...

I like this patch, what is the status?

Guys, it can probably take a while so I would appreciate creating a v2-dev branch so we could start using the first version and report errors. Pgx v5 is a...

So if I understand correctly, Rack use these variables to be able to serve virtual host requests. Are you using webrick or something else? Is your server bound to 0.0.0.0...