Roberto Aloi

Results 87 comments of Roberto Aloi

It would be really nice to get rebar3 support in `master`, since long-running branches are often painful to maintain. ~Anything special which is left to do? Anything we can help...

Discussion about this is ongoing in https://github.com/epgsql/epgsql/pull/129.

Ah, my bad. It seems it's only the `README` and the help message of the `setup_test_db.sh` script which refers to version `9.3`. I thought that version was an actual requirement...

Thanks for the quick reply. 1. No, I don't. Consider this PR as a draft to simply start the discussion. I will check the `epgsl_sock` module to see how this...

Second iteration pushed. * The timer management has been pushed inside `epgsql_sock` * The timer is started when the request is added to the queue, canceled when the request is...

Thanks for reporting, I will try to have a look.

Also related: https://github.com/marketplace/actions/vscode-release-plugin

Hi @MarkoMin, The logic for extracting the variable names (which you can find [here](https://github.com/erlang-ls/erlang_ls/blob/1d8500819002fa1a2d1969619dbbc99ca91409de/apps/els_lsp/src/els_parser.erl#L662)) is currently naive. The parser looks at each function clause in isolation. If a function argument...

Removing the `bug` label since this is not really due to a bug. It feels more like a (really nice) improvement in the Erlang LS behaviour.