Camden Narzt
Camden Narzt
Minimized reproduction: https://gist.github.com/CamJN/dc4b1f61cec5aa2953cbe17bdb919ea4 Compiles and run with: `clang -l criterion test.c && ./a.out --verbose 2` Weird results: ``` [----] Criterion v2.3.3 [====] Running 1 test from parseInt: [RUN ] parseInt::failure...
The module creates a folder which is not used by Passenger, even when nginx configuration overrides `NGX_HTTP_PROXY_TEMP_PATH`. configuration slice: ``` http { client_body_temp_path /var/nginx/client_body_temp; proxy_temp_path /var/nginx/proxy_temp; fastcgi_temp_path /var/nginx/fastcgi_temp; uwsgi_temp_path /var/nginx/uwsgi_temp;...
In the case where you are talking to a browser, the browser-side has no API for sending pings to the server, but will usually send pongs in reply to pings...
Not sure what's wrong but this is a pretty bad regression.
I'm working on instructions for installing the deps on various linuxes, and am running into compilation issues at the `conan install . --build=missing` step. My test env is docker based,...
gcc 4.4 doesn't have support for the `` c++11 header, and relies on boost bind. But boost bind now tells you to use `#include ` instead of ` #include `,...
**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** - [ ] bug report - [x] feature request - [ ] support request **Current behavior:** You have to enumerate every possible...
## Expected behavior Rubocop should evaluate the gemspec file rather than try to parse the unevaluated Ruby. ## Actual behavior ``` rake aborted! Gem::Requirement::BadRequirementError: Illformed requirement [">= \#{ruby_version}.0"] (Gem::Requirement::BadRequirementError) raise...
I have a `__init__.py` file with some code and a `__init__.pyi` stub file, the types are kept in the pyi file for better backwards compatibility. In emacs, with `python-mode` and...
I'm creating this issue in anticipation of people needing this info. If you see the error below: SEO error message for the google-inbound: ``` bash-4.4# yum update Last metadata expiration...