Results 33 issues of Martin Algesten

#15 #16 and #17 all point to a similar story: The desire to have a persistence that is less controlled by acme-lib. The current idea is that the user either...

I've made a version of h2 that is "tokio free". Then I proceeded to analyze my dependencies in depth. I specifically am hunting dependencies that are pulled in by one...

Since the release of tokio 1.0, I haven't been able to make an update to `hreq-h2`, which is a tokio free fork of h2. Given that I don't have time,...

Running `strace -f cargo test tls_req_body100mb_with_size`: We find this: ``` [pid 4217] epoll_wait(3, [], 1024, 0) = 0 [pid 4217] sendto(7, "\27\3\3@\21\233\276W7\230fU*t\203\345\340\265a\201\332\341\334|j\27I\273\277\2429\\"..., 16406, MSG_NOSIGNAL, NULL, 0) = 16406 [pid 4217]...

This is not an issue, but rather wanted to discuss the possibility of adding a watch app. I've spent some time today familiarising myself with the code. I wanted to...

enhancement

Seems to work fine with 5.9.1, but now. ``` at setNode (/usr/local/lib/node_modules/artie/node_modules/nar/lib/create-exec.js:343:13) ```

question

This is a feature request. For nvm it's enough to specify node version as `5` which today will be translated to `5.1.1`. Would be nice of the `--node` option for...

feature request

webrtc-rs is currently almost a line-by-line port of [Pion](https://github.com/pion/webrtc). Pion is written in Go, a garbage collected language, and this causes some awkwardness for webrtc-rs both internally and externally (API-wise)....

The test case is using Chrome to webrtc-rs. 1. Add mic track in Chrome. 2. Remove mic track. 3. Re-add mic track. The resulting SDP dance is here: ``` Chrome...

bug

If I use Chrome with the following steps: * Add microphone track * Remove microphone track I get an endless loop of `on_negotiation_needed`. Here are the relevant SDPs. 1. (add...

bug