Baptiste Fontaine

Results 54 comments of Baptiste Fontaine

@dixel did you find a workaround for this? I’m looking for a solution to mock async requests for `clj-http`.

Unless I’m missing something, if you use the `response`/`raise` callbacks, using `clj-http-fake` with `:async?` requests is perfectly fine: ```clojure (with-fake-routes-in-isolation {"http://foo" (fn [_] {:status 201 :headers {}})} (http/get "http://foo" {:async?...

FWIW it’s possible to generate Linux Homebrew formulæ using GoReleaser. I was able to successfully generate a valid Linux formula by simply copy/pasting the `brews:` section from `.goreleaser/mac.yml` into `.goreleaser/linux.yml`:...

> Have you done a PR for this? No, because while GoReleaser does support generating a formula for both Linux and macOS, this repo uses different GoReleaser workflows for each...

FWIW I’m able to use Clara under 1.9-alpha12 without any apparent issue.

Looks like this is addressed by https://github.com/click-contrib/click-spinner/pull/37.

This is because Webpack 5.x is not supported (https://github.com/mzgoddard/hard-source-webpack-plugin/issues/546).

@w-t-w Please refrain from posting these sort of "me too" or "+1" comments; you’re notifying 11 persons for nothing.

@technopagan ping on this?

Thanks for the report! I can reproduce on an old Ubuntu as well (14.04), with both Python 2 and 3. I’ll check what could be the cause this weekend.