strager

Results 356 comments of strager

I got Docker-Windows working on my Windows machine. However, process isolation doesn't work. (Hyper-V isolation does work.) Implementing a firewall seems easier with process isolation, and I suspect performance is...

MSVC Debug build times (`cmake --build build --config Debug`): | Host | Hypervisor | License cost | MSVC Debug build time | |---|---|---|---| | GitHub CI | | 0$ |...

Note: After installing VS, run `c:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executequeueditems`. This saved 10 seconds for build times in Parallels.

I got a GitLab Runner working with a Parallels VM. Some notes: * Guest IP must be DHCP-assigned * SSH username and identity file (and maybe blank password?) must be...

straddler perf notes: Parallels template VM takes about 20+4 seconds to boot. Snapshot VM takes about 9+3 seconds to boot. Git clone (LAN over WiFi) takes about 14 seconds.

For GitHub integration: parts of the feature are available in CE, but some are not. The [advertised GitHub integration](https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html) is not free. However, @vegerot suggests that the relevant code might...

https://github.com/marketplace/actions/eslint-suggestion

I think we can implement this using the following logic: if `const` is after `,` when parsing variable bindings (`parser::parse_and_visit_let_bindings` in `parse-statement-inl.h`), reporting a different error than E0024 (`error_let_with_no_bindings`). I...

Here's my understanding of the problem: * On initial request, httpd calculates an etag. With `DeflateAlterETag AddSuffix` the etag includes a `-gzip` suffix. * On follow-up request (with `If-None-Match`), httpd...