Bartosz Blimke

Results 6 issues of Bartosz Blimke

Parsing the following json "{\"data\":\"{\\"foo\\":\\"\\u0026\\"\"}""` raises "Crack::ParseError". i.e. ``` require 'json' require 'crack' json = JSON.generate({"data"=>"{\"foo\":\"\\u0026\""}) JSON.parse(json) Crack::JSON.parse(json) > `rescue in parse': Invalid JSON string (Crack::ParseError) ``` This seems to...

Is there a way to clear store for only one namespace? When I create multiple stores with different namespaces and I call clearAll on any of them, it clears the...

I'd like to build minified store2.min.js with store.cache.js extension included. What is the correct way to do that?

Hi, Does esc2html command support QR codes?

enhancement

Versions 3.15.0 and 3.16.0 were incompatible with Ruby < 2.3, yet the required minimum Ruby version in the gemspec was 2.0. Since version 3.17.0 requires Ruby 2.3, then all projects...

I'm opening a new issue as suggested in this comment https://github.com/rswag/rswag/issues/435#issuecomment-1051609781 I would like to again suggest adding support for validation of request parameters against provided schema. According to https://github.com/rswag/rswag/wiki/FAQ#why-isnt-rswag-validating-my-submitted-parameters...