Lars Christensen

Results 28 comments of Lars Christensen

"No description Provided". I'm not sure what you're trying to solve. Missing test case(s). Inconsistent indentation. Should use get_filename_component (regexp matching is not robust).

Thanks for the update - but the tests don't pass with Visual Studio 2015 with these changes. I have applied the changes for SOURCE_CXX/SOURCE_C and make_directory() though. `C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(873,21):...

Related way to reproduce: Turn off indicators, but turn on when someone presses the button. People at floor 0 never enter the elevator. ```javascript { init: function(elevators, floors) { var...

Generally speaking, a single URL with hostname can resolve to both IPv4 and IPv6 address(es), but also MULTIPLE addresses. An uptime monitor should really be checking all resolutions of the...

> not sure if there is any monitoring solution which checks both A/AAAA and possibly even multiple records of them. seems out of scope for uptime kuma since you could...

No amount of `--bare` or `--quiet` stops pipenv from printing a lot of information that is mostly useless to the average user. I find pipenv excessively noisy for every day...

Unable to reproduce on Windows 10 1909, Ruby 2.6.5. My Windows appear to set the TEMP environment variable using the 8.3 version of the username path (Børge becomes BRGE~1). ```...

Thanks for the submission, but I have tried with Bundler 1.10.6 and Ruby 2.2.3p173 and can't reproduce any issue. Can you provide more details and a test-case or example that...

Only the Ruby from rubyinstaller.org are tested, and only native windows builds of Ruby is known to work. I have not made any effort to get Ocra working with any...

With current RubyInstaller and Devkit, tcl/tk dependencies now live outside the ruby installation and the tk Gem. Makes it kind of hard to auto-detect what files are required to be...