Marco Milanesi
Marco Milanesi
@surik I'll try to see if I can re-produce the issue in a fresh repo. Tomorrow or the next week. Thanks for the quick reply!
@surik here you go https://github.com/kpanic/global_mock
No worries about the latter problem. I might create a separate issue for that one Thanks a lot!
I investigated a little bit more and I found: https://github.com/erlang/otp/blob/maint/lib/inets/src/http_client/httpc.erl#L139 ``` %% Description: Sends a HTTP-request. The function can be both %% syncronus and asynchronous in the later case the...
I was able to narrow the use case, this fails: ```elixir defmodule TwitterReqTest do use ExUnit.Case, async: false use ExVCR.Mock, adapter: ExVCR.Adapter.Httpc doctest TwitterReq test "example test" do use_cassette "example...
@rupurt if it's useful you could grab some initial prototyping work from here https://github.com/parroty/exvcr/pull/85 Unluckily, I have no time in these days and I don't have that use case to...
Yes sure, I will try this weekend and try to solve this *NOTE* https://github.com/parroty/exvcr/pull/85/files#diff-cb27aa72b4049243f7b92ffeaa64c822R67 that I put
Yeah, same here!
Hey @sthesing, have you tried the `development` branch? Works for me
I also confirm that export works in spacemacs with emacs 30.x and the `development` branch 🎉 ```elisp (org-novelist :location (recipe :fetcher github :repo "sympodius/org-novelist" :branch "development")) ``` this is the...