Sven Grunewaldt
Sven Grunewaldt
Slim has various issues with frozen string literals. Some are pretty easy to fix: ```diff diff --git a/lib/slim/embedded.rb b/lib/slim/embedded.rb index 316809c..adb6e57 100644 --- a/lib/slim/embedded.rb +++ b/lib/slim/embedded.rb @@ -8,7 +8,7 @@...
Output of `rest-server --version` --------------------------------- rest-server manually compiled with go1.14.7 on linux/amd64 https://github.com/restic/rest-server/commit/84b6955260d9cbaa9b5b7e1cdde76d1c45a131ed What should rest-server do differently? --------------------------------------- A possible solution could be a parameter making /metrics completely public...
This is related to https://github.com/bblimke/webmock/issues/374 We use rack-reverse-proxy to access our webpack-dev-server when running the tests. Since there is some kind of conflict between rack-proxy (used by rack-reverse-proxy) and webmock...
aCalendar [states](http://www.tapirapps.de/en/faq.html): > Yes, you can choose from 48 colors for each calendar in the calendar list, and if your phone and calendar supports it (Android 4.1 with Google Calendar)...
Thanks for building this and providing a dashboard! I'm trying to monitor both IPv4 and IPv6 pings to Hetzner datacenters: ``` --- targets: - hosts: - fsn.icmp.hetzner.com - nbg.icmp.hetzner.com -...
I tried to do this: ``` DocumentRoot "E:/dev/htdocs" XSendFilePath W://documents [...] XSendFilePath W://symfony_webfrontend/src//FrontendBundle/Resources/public ``` As specified in the documentation this should allow both paths to be accessed, but it looks...
The errors at the end of line 3 and 4 are "syntax error". This seems to be only happening with void return types, as can be seen in line 1...
It seems like this code is not working properly: ``` function func1(n: number): boolean { if (n > 1) { return true; } else { return false; } } const...
I already saw some reports in Discord and on Reddit, so this is not entirely unexpected, but I wanted to provide some details anyway. I'm on macOS 14.3.1 (23D60) with...
I installed black in my pipenv virtualenv, but format-all doesn't pick it up and prompts me to install it with brew. I can run black using `pipenv run black`: ```...