Sven Schwyn
Sven Schwyn
Maybe I'm missing something, but I can't find a way to narrow down the many items in the Tailwind sidebar. Is it already possible to search/filter... or add such a...
Two little tings: * Fix instructions for local development (how to run the test suite). * Ignore `.ruby-version` since it's not currently checked in and considered best practice not to...
After logging on to rubygems.org, you land on the Dashboard where a very handy RSS icon leads to the personal RSS feed to be updated whenever a susbscribed gem is...
It's quite a common task to check whether a URI leads to a dead end or not. For a "simple" HEAD request, handling the many edge cases (SSL, proxy etc)...
There are a few issues concerning Delayed::Job and Docker. I'm migrating a Rails app with Delayed::Job to render.com and couldn't do out of the box. (I have to admit that...
How about adding a simple Webhook Notification? Nothing fancy, just a URL which is requested with GET on a a "try once, fail/success once" basis. For safety, basic auth would't...
While many like the structure view to list the matches sorted by type and name, others prefer to see the matches unsorted in the order of appearance in the document....
After upping to gollum-6, in APP_ENV development, the following happens: ``` 2024-05-06 20:40:23 - Sprockets::FileNotFound - couldn't find file '@primer/css/color-modes' with type 'text/css': Checked in these paths: /Users/me/.gem/ruby/3.3.0/gems/gollum-6.0.0/node_modules /Users/me/.gem/ruby/3.3.0/gems/gollum-6.0.0/lib/gollum/public/gollum/javascript /Users/me/.gem/ruby/3.3.0/gems/gollum-6.0.0/lib/gollum/public/gollum/stylesheets...
### Description The "tint" setting for the menu bar appearance doesn't allow for the menu bar background to be solid black (and therefore hide the notch). This is how things...
I'm trying to rebuild acme-dns on a Gentoo box after upping to Go 1.23 and it fails with: ``` link: golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg ``` Apparently, access to internal...