Karsten Silkenbäumer

Results 26 issues of Karsten Silkenbäumer

After solving https://github.com/balta2ar/brotab/issues/43 by copying the manifest to the right place for Firefox, I tried `bt clients` and `bt list`. `bt clients` took ~ 20 seconds `bt list` took ~...

Hi Ivan, nice to meet you here :-) after switching from Magic Mouse 1 to MM 2, my auto connect doesn't work anymore. I'm using 2 Macbooks and usually my...

Hi, I like your work! It's the only extension working with current Safari without having to install some special other plugins... I did some additions to save all the options...

**Describe the bug** Having an array of examples in a schema definition, e.g. under `#/components/schemas` only renders the first one, not all of them. **Expected behavior** I expect to see...

Type: Enhancement
need-design
investigation

The example in the documentation for `Style/GuardClause` is misleading because mentioned bad and good version don#t match execution. It says ``` # bad if something foo || raise('exception') else ok...

documentation
good first issue

If my operation has a `produces` attribute, I expect the response to set the corresponding content-type header to one of the listed types. This however is not checked. I ended...

enhancement

If I were to use rswag not only for documentation but also to test the API, I need to test all cases. Otherwise I end up with 2 specs: one...

enhancement
question

Following the installation instructions in a Ruby 3, Rails 6 application, I get the following MySQL error: ``` == 20210618092705 ActsAsTaggableOnMigration: migrating ======================== -- create_table(:tags, {:options=>"ENGINE=InnoDB", :id=>:integer}) -> 0.0256s --...

…inside remote method call in main app. This happens when you have your own ApplicationController in main app and try to create a new ActiveRecord comment. Without namespacing you'll get...