grobitto
grobitto
.class1 { &--class2 { background:white; } } should produce .class1--class2 { background:white}, but gives an error instead. Looks like it has something to do with html comments in less4j grammar....
I have two security schemas defined - anonymous and bearer, here is the corresponding part of my schema ```json "securitySchemes" : { "anonymous" : { }, "bearerAuth" : { "type"...
Right now if source schema has comments we get @JsonPropertyDescription annotations on methods, but class description only seen in javadoc comment. Since 2.7 jackson has support for class description via...
I've been using your library for a while and was surprised by the large bundle size after building it. After looking closely, I found that more than 100kb was from...
Hello NoriginMedia, We’re planning to use SolidJS for our upcoming SmartTV project and are interested in incorporating your spatial navigation library. While converting your React hooks to SolidJS isn’t too...
### Describe the bug When I use reconcile in my solid-query, it gets called multiple times on every request. My reproducible example has 2 reconciles on every function call, but...
### Describe the bug Just had a very nasty bug which cost me a solid few hours to realise what is wrong. I used useCurrentMatches() to get some routes metadata,...