Pierre Allix
Pierre Allix
It's currently not possible to upload the same dashboard to two different folders. In my setup I would like to have one folder for each deployment environment of the app,...
`Nerves.UART.read` returns `{:ok, ""}` upon timeout. When testing some code I noticed it is possible to use `Nervers.UART.write` with an empty string (`""`) and it is possible to read it:...
When reading a port in a read loop with nerves uart and testing the program from iex, nerves uart crashes when typing twice ``: ``` λ iex -S mix Erlang/OTP...
We have observed failure in our unit tests when the serial cannot be opened, as if it has not been closed properly during the termination of a previous test process....
I am transmitting a file over a serial line. I read the file like this with an Elixir task: ```elixir alias NervesUartEvaluation.Serial def read(file) do serial = Serial.setup_serial(:readDeviceName) read_loop(serial, file)...
The default generated `web.xml` file specify the following `url-pattern` in the `servlet-mapping` section: ``` /* ``` According to this page: http://grokbase.com/p/tomcat/users/04cfv9wy5g/tomcat-redirecting-when-base-uri-doesnt-have-trailing-slash and one answer on this StackOverflow page: https://stackoverflow.com/questions/11055608/tomcat-is-not-adding-trailing-slash-to-web-apps-context this...
Hello there, the concept of this library is very interesting but is the lib still maintained?
Hello, Thanks for writing this library, it is very useful. It would be very cool if it would be possible to get a diff between expected and tested values, [like...
Hello, When executing this code on Ubuntu Xenial: ``` import aptsources.distro as aptsources_distro distro = aptsources_distro.get_distro() ``` `distro.codename` evaluates to `sid` when it should be `xenial`.
Currently the hierarchical layout supports only an orientation from west to east. It should also support other orientations like north to south etc.