Joni Hämäläinen
Joni Hämäläinen
Buttons that do not specify any variant, did not have all CSS variables defined, such as `--#{$prefix}btn-hover-bg`. Those were defined only by the button-variant mixins. Variables of this PR mimic...
Hi Paula, thanks for the lib. I noticed that the latest release in Clojars does not include [this commit](https://github.com/quoll/asami/commit/e2d3b9354ecc2da2f5ba9d139e0ad0e8a95262c0#diff-3f36986dd66105ae17b1e99fa3111c26f753f6c59ce5eabf6508217892a3afb5R14-R18) which would fix CLJS warnings about `format`: ``` WARNING: Use of...
### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...
**Describe the bug** _Background: I have used only the `Html5Qrcode`, I don't have any experience with `Html5QrcodeScanner`._ I wanted to use `"DATA_MATRIX"` format, so passed `["DATA_MATRIX"]` as `formatsToSupport` option value....
Hi, I was confused why certain properties were included in our generated OpenAPI, although runtime behaviour does not include those fields in the response. We have classes where `@JsonView` annotation...
**Description** If you look at the `openapi-fetch` [API docs](https://openapi-ts.dev/openapi-fetch/api#fetch-options), it says you can give `middleware` array as "fetch options" to the request methods. > The following options apply to all...