Results 83 comments of Carter Snook

@gvergnaud Would it be alright if I apply this optimization to other string methods in this PR as well? If I applied the logarithmic cache idea to `Repeat`, then we...

Actually, `Repeat` would probably be the only other method I would implement it for. We could do it for string trimming, but not really sure if it's worth it.

Alright, this is ready for review. I am very pleased with the result of the `Repeat` methods because there is not a cap on the size of a string literal...

Both 7zip and WinRaR flag the zip file as containing a virus or potentially unwanted software.

Hello, I believe the issue is that you passed in the `--unstable` flag after the file. Can you try running your command again with the `--unstable` flag after the `-A`...

Hmm, I suppose that means that `rust-bert` dynamically links torch. Sorry, did not know that it did that as I've only ran bertml locally. Can you try install libtorch `v1.13.0`...

Is there any known workaround/fix to this? I am trying to use libuv with uWebSockets on Windows and am getting this same segfault.

Yeah, sadly that won't work. It currently only makes the `"length"` property as `number`. See this [TypeScript issue](https://github.com/microsoft/TypeScript/issues/34692) for more information.

Out of the 3 issues and 2 PRs opened in the past 7 years in the hpack repository, the author has not messaged to any of them. [The same was...

@tarcieri Am I able to file for the vulnerability with the proposed patch as a fix? Anyone is able to find vulnerable projects right now if they have access to...