Klas Johansson
Klas Johansson
Hi, I discovered that gproc:reg/1 failed with a timeout when I started loading my system a bit. Would infinity be a better timeout? If so I could submit a patch....
Hi, I have a message based interface. One of the messages is a subscribe operation and I want to implement the subscription service on the "server side" (the one keeping...
Warn (or fail) when unused mocks are detected. This shall be done in a way that causes no false warnings. It is for example not enough to plug in a...
Today one can use the ?WHEN macro, both to create new modules and override the behaviour of existing ones. This has the benefit that it _is_ possible to add new...
See http://erlang.org/pipermail/erlang-questions/2012-October/069559.html
Possibly improve error reporting from the following functions: lcd_init serial_open serial_data_avail serial_get_char
Hi, I've been running an older version of edts for a while but decided to upgrade. I then noticed that opening a new file (in the same project) took longer...
Hi, Has anyone had any experience with EDTS on a multi-user system, i.e. a host where more than one user is logged in (and using EDTS) at the same time?...
Hi, I have a suggestion, which would help projects with beam files in non-standard places (neither ebin, nor test): let's add app-ebin-dirs, alongside the existing app-include-dirs option. Possibly do the...
Hi, From edts-pkg.el: ``` (auto-highlight-symbol "1.53") ``` I had a look at the auto-highlight-symbol repo and it seems the ahs-onekey-edit-function was introduced in a later commit, than the one which...