Timmo Verlaan

Results 7 issues of Timmo Verlaan

The naming in the template doesn't match the naming of the actual specification. I think having it the same should be the case for the default template.

templates
asyncapi

The problem was that the newly installed elixir wasn't in the path. This is because reshim happens after installation of elixir. There is no default post-install which could take place...

We use Phoenix.Tracker for keeping the state of currently active calls. Each call has a certain state in the metadata of the tracker. When a process updates the state in...

In quite a few cases with my own repositories git-passport doesn't recognize the url correctly. This has to do with the use of urlparse. Some examples: ``` >>> from urllib.parse...

bug

Hey! Just today I came across your deb packager for exrm. It is about a month ago I wanted to start on this myself but didn't find the time. It's...

I was playing with this and was annoyed by wx not always rendering. I've grepped and browsed through the OTP source and found it was frequently using `wx:batch/1`. By batching...

This is an improvement of the current global listen_ip env config. This way one can use the full 127/8 localhost range for testing. Also see https://datatracker.ietf.org/doc/html/rfc6890#section-2.2.2