Daniël van de Giessen
Daniël van de Giessen
Just ran into this as well. After looking into it for a bit I decided to drop my dependency on this plugin and implement a separate solution; this plugin isn't...
I quickly tested with the exact versions you mentioned, but was unable to reproduce your issue. Based on the error message you shared, I'm not entirely sure what the problem...
0.5.1 at first wasn't tagged correctly and now all package managers have a fixed cache of the old version. See #503, specifically [this comment](https://github.com/adobe-webplatform/Snap.svg/issues/503#issuecomment-278144434), and #506. @DmitryBaranovskiy Any chance a...
This bug was resolved in #503, released as 0.5.1, but the build files for that release need to be pushed to npm, which requires a version bump. Presumably the website...
If you're currently blocked by out of memory issues when using SSL, I have a (not thoroughly tested) change in my tree, quickly committed [here](https://github.com/DvdGiessen/micropython/commit/d3a8f76c9cf960756558f3408af1b24b6a2ba265), that implements allocating mbedtls buffers...
Note: We've been using [PyInstaller](https://www.pyinstaller.org/) for similar reasons; it builds a single executable with no external dependencies as PyInstaller also packages the Python interpreter and all its libraries into a...
Since this might interest others: I also wanted to use Tus with Azure in a Node project, so I went ahead and implemented basic support for it in `tus-node-server`. See...
I was looking through local commits I could potentially upstream and matched it with this PR. I implemented equality as well as hashing using a very simple XOR. Sharing it...
Just had the similar idea and came here to post a feature request, but saw this issue existed, so I'll describe my thought in a comment here so they can...
Updated on latest master branch, added server-side support for TLS tickets to the Unix port, and added a test that checks (a) that SSLSession works and (b) that session resumption...