Sven Schwyn

Results 53 issues of Sven Schwyn

Gollum is using `RACK_ENV` to set the environment (production, development) similar to `RAILS_ENV`. While this is quite a common pattern, `RACK_ENV` was [never intended for this](https://github.com/rack/rack/issues/1546). Given other frameworks move...

In a gemified plugin, I've declared Thor-like (as shown [in the guides](https://edge.bridgetownrb.com/docs/plugins/commands)) in `lib/mygem/commands/doit.rb` and require the file in `lib/mygem.rb`. For tying, I've pathed in the gem into a Bridgetown...

documentation
enhancement

## Summary I'd like to propose two new methods on resources: 1. **`resource.absolute_canonical_url`**`absolute_url` of the canonical page (page of the default locale) 2. **`resource.relative_canonical_url`**`relative_url` of the canonical page (page of...

good first issue

Quite possibly, I'm doing something wrong, but after countless tries, I can't pinpoint where the real time example falls short. To reproduce, create the app and bot OAuth token: *...

bug?

see https://de.wikipedia.org/wiki/Zifferngruppierung#Regelung_in_den_L%C3%A4ndern

## Describe the bug Given the following `example`: ```ruby #!/usr/bin/env ruby require "bundler/setup" require "dry/cli" module Foo module CLI module Commands extend Dry::CLI::Registry class Start < Dry::CLI::Command argument :arg, values:...

bug
help wanted

Working on [rack-dedos](https://rubygems.org/gems/rack-dedos) for some apps deployed to render.com (which uses Cloudflare by default), I bumped into a flaw in Rack: Despite there being code in Rack (at least in...

bug

This is no biggie, maybe just an inconsistency due to a bit planned for a later release: New Hanami apps bootstrap a `lib/tasks/` directory. Burnt by Rails, I assumed, any...

How about adding support for configuration defaults? For instance `/etc/letsencrypt-cli/letsencrypt-cli.yml` with precedence over `~/.letsencrypt-cli.yml`: ``` --- account-key: "/etc/letsencrypt/account_key.pem" test: true ``` This would come in very handy for servers with...

I'm not entirely sure whether this is a real bug. I'm trying the rsense plugin with a Rails app. Yet since rsense is invoked with a correct "--detect-project" argument, I'd...