Michael Glaesemann

Results 11 issues of Michael Glaesemann

I'd like to I want to compile cljfmt using graalvm to create a binary. I'm probably doing it wrong, but this is what I'm doing: ```bash ## setting GRAAVLM_HOME appropriately...

### Problem Description When using [boot-tools-deps][boot-tools-deps] and [boot-test][boot-test], sometimes a `java.lang.ExceptionInInitializerError` will occur after the test has completed. [boot-test]: https://github.com/adzerk-oss/boot-test [boot-tools-deps]: https://github.com/seancorfield/boot-tools-deps I don't know if this is specific to...

Vertica now as a native go driver (https://github.com/vertica/vertica-sql-go). I've successfully used the `vertical-sql-go driver` with sql_exporter.

With the stricter private method checking in ClojureScript, using devcards can cause Figwheel to halt automatic reloading because of the emitted warnings. See https://github.com/grzm/figwheel-main-fulcro-devcards for a repro case. Thanks to...

It looks like the nightly branch of Chromex hasn't updated since April 6, 2021. https://github.com/binaryage/chromex/commit/022c2a16a0be6f1e64395c29d44a4c6f0495f04c This update is based on a Chromium commit from December 26, 2020 (https://chromium.googlesource.com/chromium/src.git/+/3fc45039a8ff08a79015c72d3daf0435523ae278) I suspect...

This replaces the various `println` statements in the test suite with calls to `java.util.logging.Logger` instances. Current `loggerLevel` in `build.properties` is set to `OFF`, so most of the logging is silenced...

triage/needs-review

This started out when I was looking to fix inconsistencies between type names cached by `getPGType(oid)` and `getPGType(name)` and expanded into quite a bit more. This adds more dedicated test...

triage/needs-review

In YAML 1.1, numeric scalars with leading zeros that include characters 8 or 9 do not need to be quoted. For example, the scalar `083` must be a string as...

This feature isn't yet supported in aws-api. The goal of awyeah-api is to have feature parity with aws-api, so this won't be added until aws-api supports this feature. The issue...

Ported from clj-kondo/configs Fulfills https://github.com/clj-commons/claypoole/issues/65