Charles Pigott
Charles Pigott
Built on the work done in #1492, rebased, and test results added to all tests. ``` 1197 tests executed: 836 success, 361 fail 0 tests are out of date (data-*.js...
So I was trying out NYTProf with an existing codebase. Unfortunately, it broke. Profile format error: token 28 (''), chunk 173852, pos 1917430 (see TROUBLESHOOTING in docs) at /Devel/NYTProf/Data.pm line...
## Motivation / Problem Probably fixes #8314 Cherry-picked from https://github.com/JGRennison/OpenTTD-patches/commit/a18ebba564ce6f7de0096bf159d024ca877e2d94 with some modifications due to no per-vehicle-type `HasVehicleOnPos` function At the request of @markspolakovs ;) ``` 10:51:06 > Allow converting...
On Arch Linux, with: wxgtk: 3.0.2 opencv: 3.2.0 With the following backtrace: ``` ASSERT INFO: /usr/include/wx-3.0/wx/object.h(160): assert "wxDynamicCast(ptr, T)" failed in wxCheckCast(): wxStaticCast() used incorrectly BACKTRACE: [1] wxToggleButton* wxCheckCast(void const*,...
Currently getting this set up and running is a real pain, with services dotted around the place that have to be daemonised, manual install steps, and the like. Would be...
According to the docs, I should be able to specify some options when creating a tmpfs mount - https://docs.podman.io/en/latest/markdown/podman-run.1.html#tmpfs-fs I've specified these in the nomad job file as: ``` tmpfs...
After #143, my xmllint command has broken: (msys2-runtime 3.4.6-2) ``` $ xmllint --xpath 'string(settings/servers/server[id = "gitlab"]/configuration/httpHeaders/property/name)' ~/.m2/settings.xml XPath error : Invalid expression string(settings/servers/server[id = "gitlab"]C:/msys64_b/configuration/httpHeaders/property/name) ^ XPath evaluation failure ```...
I have a user that likes to disable Javascript. I know, I know... However, because the css for the mermaid-dots are loaded via JS... it never displays anything, making it...
Currently, if you make an error in the mermaid text, the error is only displayed in the devtools console, which isn't particularly user friendly. With #69 & 8.10.2, it appears...
Any execution of perl 5.38 with a UTF-8 language set results in ``` ~/Downloads/strawberry-perl-5.38.0.1-64bit-portable/perl/bin/perl -v | head -2 perl: warning: Setting locale failed. perl: warning: Please check that your locale...