Sergey Prokhorov
Sergey Prokhorov
@mrallen1 to be honest, I don't remember what was my case.
@mrallen1 but yep, I think smth like `?FILE` should be nice. Not just `?MODULE ++ ".erl"`
Yes, this is because we expect UUID to be in (optionally dash-separated) hex form https://github.com/epgsql/epgsql/blob/7ba52768cf0ea7d084df24d4275a88eef4db13c2/src/datatypes/epgsql_codec_uuid.erl#L31-L34 The same would happen if one tries to pass big integer as a value for...
I think it will be `error:badarg`, but in general - yes, please PR :)
I found a similar ticket in another Electron-based app and there they just removed the `gconf2` dependency https://github.com/Eugeny/tabby/pull/9512 referring to this change in Electron: https://github.com/electron/electron/pull/19498 I believe same can be...
Could it be because you don't explicitly return member to the pool with `pooler:return_member`? Also, would be cool if you share your pool's config.
Also, it would help if you log results of ```erlang pooler:pool_stats(pg_db), pooler:pool_utilization(pg_db), ``` in the `error_no_members` clause.
Not sure I fully understand the problem > will halt OTP startup if one of a group members is unavailable but configuration specifies non zero init workers what do you...
> Hi guys! I found this project which uses wss relay as way of proxy so that it can use cdn like Cloudflare. However, I don't know the specific steps...
> I was wondering how possible it would be to run the project itself from inside an OCI container, rather than running the ansible scripts on the host itself. Hi....