Rok Lenarčič
Rok Lenarčič
2.4.0-alpha3 does not resolve this. edit: the fix doesn't work if you provide your own `:ssl-configurer` option when you create client. I will create a fix
Resolving refs after configuration is merged is a very common use-case. Usually you have a `config.edn` which is in source control and it will have content like this: ``` #merge...
Ok but each developer on the team has a different s3 bucket name prefix, thus overrides are needed, and simply having a `:dev` profile doesn't solve the scenario where 99%...
Personally, the way `partial` works is not unexpected (even in this case), rather the way extending protocols work is what is surprising. In most languages you don't really think about...
Well one use case that is very obvious, but not currently covered by Specter is merging two datastructures. For a use-case imagine you're making something like https://github.com/weavejester/meta-merge. So you're merging...
Any progress on this feature? The proposed solutions don't work because they control whitespace inside the tag, when the problem is the whitespace outside the tag. Here's a minimal example...
When using H2 I've just used `MERGE` statements, which does what you want.
I'd say that second solution looks more neatly packaged into existing concepts. The first suggestion is more general with the collecting functions, but it's not clear what other uses this...
I think the problem might be the encoding or some other mode. Here is the technical details of this QR: ``` - Version 15 (77x77 modules). - Byte data (Mode...
Yeah, I changed from jsQR to zxing-js for my QR reader