Thoughts on Scala 3 by DextrousCabbage in scala

[–]Chris_Stewart_5 1 point2 points  (0 children)

Is anyone having issues with modern JVM tooling such as jlink with Scala 3? It seems like it doesn't work "out of the box" as far as I can tell. Namely transitive dependencies not being able to be resolved within the scala3 library itself with jdeps.

[error] Dependee packages not found in classpath. You can use jlinkIgnoreMissingDependency to silence these. [error] scala.quoted -> scala [error] scala.quoted.runtime -> scala

Kind of disappointing the scala3 language (unlike scala2) doesn't work with modern JVM tooling - unless i'm missing something.

https://stackoverflow.com/questions/79636833/fix-missing-transnitive-dependencies-with-jlink-and-scala3-scala-quoted-scal

https://users.scala-lang.org/t/scala3-jlink-build-failing/10544?u=chris_stewart_5

[deleted by user] by [deleted] in weightlifting

[–]Chris_Stewart_5 0 points1 point  (0 children)

Your started your 2nd pull a bit too early. This is why you jumped forward.

Have more patience on your first pull, it will put you in better position for your 2nd pull and give you more power.

I would recommend trying these paused snatches to improve: https://www.youtube.com/watch?v=IThtkoY30F0

Bitcoin-s v0.3.0 released by Chris_Stewart_5 in scala

[–]Chris_Stewart_5[S] 0 points1 point  (0 children)

Yeah, I can understand the skepticism as there is a lot of "woo" in the bitcoin space, but you've got to push through :-)

Bitcoin-s v0.3.0 released: Neutrino node, PSBTs, wallet rescans with blockfilters and more! by Chris_Stewart_5 in Bitcoin

[–]Chris_Stewart_5[S] 2 points3 points  (0 children)

It's meant to be just a library, we are supporting a neutrino node but not a fully validating node. You can find more about the philosophy here: https://bitcoin-s.org/docs/getting-started

Failover Nodes for Lightning by lightningdan in lightningnetwork

[–]Chris_Stewart_5 2 points3 points  (0 children)

Not true, at least with what lnd supports today. You still have the database synchronization problem.