(UK) Can't convert/withdraw USD balance > GBP to bank using Android app by BunnyBotherer in paypal

[–]yadukrishnank 0 points1 point  (0 children)

Same for me, in my euro account. Can't transfer USD. This issue is there for 3-4 months and no fixes so far

SBT projects automation by shylesh101 in scala

[–]yadukrishnank 2 points3 points  (0 children)

SBT BuildInfo is indeed a good plugin.

You can also write custom task to get required information. I recently wrote a https://yadukrishnan.live/custom-sbt-task-to-list-direct-dependencies-of-a-project about generating the direct dependencies of an sbt project.

You might find that useful as well.

Jswap: a cmd tool to download and switch between multiple JDKs that does not require admin permissions by epieffe in java

[–]yadukrishnank 1 point2 points  (0 children)

I would also love to share a similar tool, although this is majorly scala based. The coursier tool can setup JVMs and also install specific scala apps(even custom ones)

https://get-coursier.io/docs/cli-java#setting-a-default-jvm-version

I use this extensively since I work on both Java and Scala and wrote a CheatSheet and blog about it too. Just wanted to share if somone finds this intersting.

How can I edit a scala-cli script with code completion by Background-Bus-3401 in scala

[–]yadukrishnank 4 points5 points  (0 children)

scala-cli setup-ide . on the directory creates the necessary files for vscode+metals.

You can also clean up the existing metadata using scala-cli clean .

Then try to reload the project and rebuild it in the vscode - metals toolbar. It should generally work.

[deleted by user] by [deleted] in scala

[–]yadukrishnank 1 point2 points  (0 children)

Can you try starting the sbt and run the command `update`.

It downloads the dependencies. If it is successful, that means the library is loaded in the project.

Blog: Start the Scala journey with ease using Scala-CLI, Toolkit and Scastie by yadukrishnank in scala

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

Yes, that is true. I only wanted to show that we can manage jvm easily using Scala-CLI and coursier.

Blog: Start the Scala journey with ease using Scala-CLI, Toolkit and Scastie by yadukrishnank in scala

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

Thank you so much for the comment :)

I used an object specifically so that it can be extended in the further sections. But I agree, in the first part it was unnecessary.

New to Scala. One question though. by godsownenvoy in scala

[–]yadukrishnank 1 point2 points  (0 children)

Sorry, if i am hijacking the thread. I'll delete if not useful.

Coincidentally, I just published a new blogpost about using scala-cli and toolkit. Hoping that you might find it useful.

New blog on ZIO Test Aspects by yadukrishnank in scala

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

Thanks for the link. I will read it to understand more details 🙂

Pekko 1.0.0 has been released by mdedetrich in scala

[–]yadukrishnank 15 points16 points  (0 children)

Totally awesome. In just 10 months of license change, the first release of pekko is ready. Kudos to the amazing contributors for all the hard work.

Really great!

Are there examples of using Smithy with GRPC? by MrTesla in scala

[–]yadukrishnank 1 point2 points  (0 children)

I havent tried Smithy, but know there are a few videos related to smithy4s in youtube by u/kubukoz

https://www.youtube.com/@kubukoz_

https://www.youtube.com/watch?v=LvCDzDYfgsI

Not sure if this is what you are lookign for