Karsten Silkenbäumer

Results 18 comments of Karsten Silkenbäumer

Oops, sorry I have to comment again. Maybe it was by accident or for whatever reason the cursor had been set on the definition once. Closing the file and trying...

@stas I think I understand what the OPs problem is because I'm facing a similar one. According to the docs, this should work: ``` expect(document['data']).to have_relationship(:posts).with_data([{ 'id' => '1', 'type'...

@bmshine @andig Ich habe das gleiche Problem, finde aber zu den keywords nichts im Wiki, was mir weiter hilft, es zu compilieren. Zu "node red" sehe ich hier keinen Zusammenhang....

OpenAPI documentation doesn't allow several different entries for the same response code. However you can add multiple examples for one response. Unfortunately, rswag doesn't make use of the `examples` key...

@timbothegreat3 How did you do that? I completely stumble with the Google Cloud website. Had to klcik 100 times to get everything connected with a billing account to a project...

@woile yes, it's tracked by git. I tested again and again and finally realized, that the file is being checked-in, but after the commit increasing the version number, some automatism...

@barelyknown One thing is that `guard-rubocop` does not run rubocop with bundler and you can't simply add `cmd: "bundle exec rubocop"` to `Guardfile` nor `cmd: %w[bundle exec rubocop]` without a...

I have the same issue: the extension always indents 4 spaces instead of 2 although all settings are set to use 2 spaces. I already disabled the `Lua.diagnostics.globals` in settings...