Alexis Hernandez

Results 112 comments of Alexis Hernandez

I remember that I already tried that but for some reason, it didn't worked for my case, I'll try it out in a project soon.

@LukaJCB I wonder if you ended up publishing the Scala.js module.

I hit this problem in a project: ``` [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: antlr#antlr;2.7.7: configuration not found in antlr#antlr;2.7.7: 'master(compile)'. Missing configuration: 'compile'. It...

I have hit this again while compiling `tapir` (current master at https://github.com/softwaremill/tapir/tree/425d65c6499231d8455b6db1906008c13d2ae1a4): ``` [error] sbt.librarymanagement.ResolveException: unresolved dependency: javax.activation#activation;1.1.1: configuration not found in javax.activation#activation;1.1.1: 'master(compile)'. Missing configuration: 'compile'. It was required...

0.7.3 ([ref](https://github.com/wiringbits/scala-webapp-template/blob/scala3/build.sbt#L83)), my understanding is that the issue should be fixed in this version.

> In the meantime, is using React Refresh via https://github.com/pmmmwh/react-refresh-webpack-plugin an option? We could give it a try, we don't preserve component state because we use functional components. Thanks for...

No, a contract is embedded in a transaction, we could display the contract info while displaying a transaction.

Thanks for taking the time to investigate this, while we have been upgrading dependencies continuously, it's been months since the last time we deployed this to production. I do not...

Indeed, there is a issue that when dealing with lots of UTXOs, the fee amount may not be enough, right now its computed in a naive way instead of estimating...

I don't know if you are hitting a different issue, in this case, we detected that the fees are being hardcoded instead of taking them as the wallet does (we...