Łukasz Biały

Results 156 comments of Łukasz Biały

Ah, found out that this error is not crashing my app, it's just a warning: ``` /Users/lbialy/Projects/private/xyz-flutter/xyz/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range...

fyi: there is a small difference between `classpath:migrations` vs `classpath:/migrations` but both variants fail with `scala-cli package` (and both variants work fine in tests!). For some reason `classpath:/migrations` *does not*...

Nope. I recall the issue is around how coursier packages the classpath but it's kinda surprising that even with `--assembly` things are borked. To troubleshoot it I'd start with a)...

Glad to hear that! Sorry if I let you on a merry chase a bit. I think we should mirror the behavior sbt has so yeah, fix to scala-cli. On...

It's a question to @Gedochao and @alexarchambault I think.

We could start with just core sdk maybe and then contribute multi-module capabilities (if not present)?

Consider the fact that Seq gives you nothing as an abstraction and hides computational complexity inherent to actual impl. On Thu, Aug 6, 2020, 16:06 Paweł Lipski wrote: > Unless...

This is new, possibly one of packages introduced breaking changes. I'll try to check what's going on tomorrow.

Related issues and tools: === *Issues*: https://github.com/webpack/webpack/issues/2899 - webpack - tree shaking with typescript https://github.com/angular/angular-cli/issues/2901 - angular-cli - tree shaking with webpack2 https://github.com/angular/universal/issues/280 - angular 2 universal - JVM support...

Hey, sorry for delay. It won't be trivial due to migration to completely ng-cli based angular app management, but I'll try to provide upgrade path (I have one project using...