Alexis Hernandez
Alexis Hernandez
I understand that mockito-scala depends heavily on macros, migrating the code to scala3 isn't likely trivial. https://github.com/fmonniot/scala3mock is an alternative which you could consider, in our case, we ended up...
I played a bit with this and the behavior seems non-deterministic, for example, I have got the crash with 50 iterations but the next time it just works.
> I believe there is nothing wrong per se in the implementation: the highlighter just overflows the stack if the expression is too deep. While this makes sense, the behavior...
> So maybe the result is deterministic but dependent on previous steps? Or did you observe otherwise? I remember experiencing that, trying this right now leads to this (new session...
Given that #7355 was merged, is this issue resolved?
A temporal workaround would be to prune everything before the sidetree genesis, this way allows to keep a Bitcoin node with small space requirements for a good amount of time.
If you store the raw transaction for each side tree transaction, you shouldn't care if bitcoind prunes those transactions, and you can setup bitcoind to just prune blocks where a...
> Thanks for raising this issue! Firstly, the MacrotaskExecutor should work in any JS runtime. If not, that's a bug :) Yes, it does. > it falls back to setTimeout...
I do remember the test, unfortunately I don't have too much free time right now but I can get someone from my team to add it, don't expected it too...
@gregghz the work around that I ended up using is to format the sources using a git hook and add the `scalafmt --test` step to our CI server.