Sven Schwyn

Results 90 comments of Sven Schwyn

Cool, thanks a bunch @moonrailgun !!

Just in case this is relevant, here's how Precious is configured in `config.ru`: ```ruby Precious::App.set(:gollum_path, Dir.pwd) Precious::App.set(:default_markup, :markdown) Precious::App.set(:wiki_options, { ref: 'main', page_file_dir: 'pages', allow_uploads: 'dir', bare: true, js: true,...

Sorry, took a moment because I had another fire to fight. I use s thin server script which works both locally as well as on my dockerized server, so the...

🎉 Thanks a bunch @dometto @benjaminwil !!

Setting the following fixes the problem: ``` export AWS_REQUEST_CHECKSUM_CALCULATION="WHEN_REQUIRED" export AWS_RESPONSE_CHECKSUM_VALIDATION="WHEN_REQUIRED" ``` However, I don't fully understand whether this comes with downsides. The way I read it, this skips the...

I see the same symptoms on macOS 14.7 and Firefox 131.0.3 using 2024.10.0 of the addon. Furthermore, I tried to disable touch ID ("unlock with biometrics") in the addon settings...

I've implemented the deprecation of `RACK_ENV` with 0f00cf0 in such a way for it to be easy to remove the deprecation along with the `RACK_ENV` itself after one or two...

@zimbatm This issue has stalled, but the original question was never answered: Is there a way to execute a single command as if in the context of a directory? My...

@timriley I understand why you want to get rid of inconsistencies. However, this may be a situation where it comes in handy to accommodate different ways to do things. Here's...

@alassek I see, never came close to anything like this, but stranger things have happened. In a fully containerized setup, the hardcoded postfix is a non-issue anyways since every environment...