Alexis Hernandez

Results 112 comments of Alexis Hernandez

I forget to post that I found a way to solve this, the drawback is that it very simple and link sources from a single branch, it involves overriding the...

I know it is not an ideal workaround but at least, there is a way. I'd have preferred to have a plugin option to either disable the generation, or to...

A simpler way could be to just override the `source.st` template to not generate the link, creating `src/main/paradox/_template/source.st` as an empty file would likely do the trick.

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...

I hit the same problem, there is a workaround in https://github.com/lampepfl/dotty/issues/13044 which can work sometimes, what I ended up doing is to declare semi-automatic codecs for most of the classes...

From what I have saw, this is probably related to a problem with another dependency, I got a similar exception while adding the [elastic4s](https://github.com/sksamuel/elastic4s) dependency: ``` [info] java.lang.RuntimeException: java.lang.ClassNotFoundException: com.sun.ws.rs.ext.RuntimeDelegateImpl...

To be honest, I'm not sure if the angular tests even work, the fix for this issue doesn't require running the tests at all, it is mostly updating dependencies.

@durkmurder overall this looks reasonable, what do you think?

It is ok to submit a PR per file change.