Results 152 comments of AndreKR

I don't think it was a fork but a completely separate implementation.

For quick reference, the `brotli-sys` dependency can be turned off in `Cargo.toml` `[dependencies]` using ```toml rouille = { version = "3.0.0", default-features = false, features = ["gzip"] } ```

I can confirm that rouille now builds out of the box with no special feature config. By the way, this is true for the pure-Rust brotli (I'm assuming that's what...

It fails in build.rs:228:13 with "assertion failed: result.status.success()". I'm using tar (GNU tar) 1.32 from MSYS2. When I go to the directory and run ``` mkdir foo tar -xJf archive\FFmpeg-FFmpeg-2722fc2.tar.xz...

This is basically a duplicate of my (currently closed) issue #1217 and I provided a minimal reproduction there, which I just updated to v1.6.0: [Command line](https://gitlab.com/AndreKR/kaniko-test/-/blob/b41dcb16ce7d3d825ec7638242f3519158d0fb6b/.gitlab-ci.yml) [Dockerfile](https://gitlab.com/AndreKR/kaniko-test/-/blob/b41dcb16ce7d3d825ec7638242f3519158d0fb6b/Dockerfile) [Full log](https://gitlab.com/AndreKR/kaniko-test/-/jobs/1449704036)

> github-actions bot closed this as completed That is a bit... misleading. I could prepare a PR if there's a chance it'll get merged?

> The integration should get a config flow instead. Ah, I see. That's a bit beyond my current Python skills unfortunately.

I also experience this issue and I concur that it is probably not dependent on the size of the codebase. I used [ProcessMonitor](https://docs.microsoft.com/en-us/sysinternals/downloads/procmon) to look at all the files that...

I can reproduce it even without restarting VS Code. The actual number of `intelliSenseCacheSize` does not seem to matter: https://user-images.githubusercontent.com/1188538/171841348-99450c94-d141-478c-a310-06bb9fdd445d.mp4 > it might allocate 4 GB of virtual memory space,...