胡雨軒 Петр

Results 75 comments of 胡雨軒 Петр

Ho, you're completely right @neuromantik33, indeed it is a typo! I can fix it, or perhaps you would prefer to open a PR and be credited for this? (if so,...

Also, it might be good hygiene to open a PR adding `malli` (and perhaps `malli-cli`) to https://github.com/clj-easy/graalvm-clojure.

Also, providing an `/examples` folder with standalone, self-contained projects, would surely help a new user. Perhaps it could contain an example of how to use it in GraalVM?

Hello @jonase , any news on this?

Actually `::closeable-map/fn` is more for custom close function, for example with reporting and so on. In such case indeed a custom function may be added in the metadata of the...

As long as Java objects are concerned, user can make use of the star pattern, that is to say a `closeable*` within a `closeable-map*`. In effect this does register this...

I'm reluctant to change `close-with`. Very happy to hear a different opinion about it.

However, user can still make use of `::closeable-map/ex-handler` to handle exception happening when closing a map. That should be enough, but I'll leave open for some more time.

It did help, thank you very much for that. For reference, here is how I got headless tests on GitHub Actions with linux runners: - `headless-linux.cljs.edn` ``` edn ^{:watch-dirs ["src"...

For reference, I've [found some](https://github.com/bhauman/figwheel-main/search?q=%3Awarning-handlers) `:warning-handlers` in `figwheel.main`, for example [here](https://github.com/bhauman/figwheel-main/blob/ead06b94b1b2747ed37e5d8c37118d6e7ae77193/src/figwheel/main/schema/cljs_options.clj#L671) but it doesn't seem used. Would you accept @bhauman to give some breadcrumbs about how to implement that, and...