Sören Brunk

Results 85 comments of Sören Brunk

> Imagine my surprise when that was a completely different codepath! As far as I remember normal publishing is now done with a batch API, while that is not supported...

Yeah I guess I could use [pytorch-platform](https://central.sonatype.dev/artifact/org.bytedeco/pytorch-platform/1.12.1-1.5.8/overview) as dependency which does essentially that, depending on all native artifacts. Picking the right native lib at runtime already works fine. The only...

I'd still like to be able to easily switch to the GPU variant in the build without having to edit `bleep.yaml` manually. I figured I can create a build-rewrite like...

The script writing experience is amazing BTW!

Thanks for the explanation. I completely agree with you regarding simple, static and declarative builds. I'm realizing that what makes my use-case somewhat difficult is not so much the need...

> What if we pretend the dependency with classifier was just a dependency with a different maven coordinate - what would you have done then? This is something we *actually*...

I'm also wondering whether an optional value such as `supportsBroadcasting?` could be translated to something like this: ```scala var supportsBroadcasting: js.UndefOr[Boolean] = js.native ``` But then again it might have...

Thanks! I really should start compiling against scalajs 1.0. I'm leaving this open for now because I'm still trying different options how to achieve something similar to selective TS exports...

Might make sense at some point but I'd like to focus on getting something usable out first. :) And yes, it was initially generated via a slightly modified https://github.com/sjrd/scala-js-ts-importer. Most...

I haven't used it for quite some time, especially not with newer Android versions but I'll look into it as soon as possible.