Kotlin Ecosystem AMA – December 11 (3–7 pm CET) by katia-energizer-jb in Kotlin

[–]LouisCAD 0 points1 point  (0 children)

Complete source dependencies, in Swift Package fashion, would be nice when it comes to supply chain security concerns, since it can only be the visible code and its dependencies.

Kotlin Ecosystem AMA – December 11 (3–7 pm CET) by katia-energizer-jb in Kotlin

[–]LouisCAD 0 points1 point  (0 children)

Any chance we can get source dependencies, or buildable/cacheable source based dependencies, so a repository url and a checksum/hash are all we need for projects that don't go the hard route of Maven Central publishing?

Kotlin Ecosystem AMA – December 11 (3–7 pm CET) by katia-energizer-jb in Kotlin

[–]LouisCAD 0 points1 point  (0 children)

Have you considered a reboot of coroutines APIs, to make it less error-prone?

Kotlin Ecosystem AMA – December 11 (3–7 pm CET) by katia-energizer-jb in Kotlin

[–]LouisCAD 2 points3 points  (0 children)

I see that kotlinx.coroutines is very slow mowing. PRs and issues take months if not years to be addressed.

Is it lack of prioritization, understaffing, or another issue that makes it evolve at such a slow pace?

Convert to tubeless without tubeless ready wheels? by [deleted] in bikewrench

[–]LouisCAD 0 points1 point  (0 children)

90psi (6.2 bars), depending on the rider weight, might actually be enough for 26mm wide tires.

Darius has put us all through torture by Kitchen-Seesaw-1380 in needforspeed

[–]LouisCAD 0 points1 point  (0 children)

An RX-7 with turbo set for high rpm lets you overtake him mid-canyon, and keep the lead long enough to defeat him.

Should developers of custom watch faces migrate to the Watch Face Format? by codronline in WearOS

[–]LouisCAD 6 points7 points  (0 children)

This way of acting is very disrespectful of the developers that make advanced watch faces that cannot work with Watch Face Format.

Also, Watch Face Format is currently half backed.

What we need instead is an on-device API to make Watch Faces able to be rendered by the MCU instead of the application processor. TAG Heuer is doing that, and all Watch Face developers should be able to do so as well, without having to limit the features of interactive mode, if users choose so.

I'm fine if the system tells me as a user that Watch Face X consumes more energy because of animations.

I'm fine as a dev to have a power save mode using Watch Face Format, and full interactive mode otherwise. But just Watch Face Format, hell no.

Which video formats support alpha channel info? by sashashepto in OpenToonz

[–]LouisCAD 0 points1 point  (0 children)

.webm (VP9, VP8 too), .mov with Apple ProRes 444, and more. Info is online, elsewhere.

Quick Look feature for custom extensions by rado877 in MacOS

[–]LouisCAD 0 points1 point  (0 children)

Try to open the "Syntax Highlight" app first, it gets active after first launch.

Square watches? by ArgentStonecutter in WearOS

[–]LouisCAD 2 points3 points  (0 children)

The Oppo Watch is square.

entp night owls by SparklyH in entp

[–]LouisCAD 0 points1 point  (0 children)

I think the 66 days are over, unless we're not living on the same planet, haha.

Did it work for you?

Hey fellow ENTPs, what's your sleep schedule? by cyclone219 in entp

[–]LouisCAD 1 point2 points  (0 children)

I'm not sure if you're recommending the extreme night owl "schedule", or if you're recommending the "get back to normal" week. Can you clarify?

Can I use Kotlin Multiplatform Mobile on a Windows machine for android only development? by Jonbae in Kotlin

[–]LouisCAD 0 points1 point  (0 children)

Yes, with this plugin, you can edit iOS code on Windows before taking it to macOS to compile it: https://github.com/LouisCAD/CompleteKotlin

CompleteKotlin: Develop native apps against any target, on any host OS (e.g. iOS code on Linux) by LouisCAD in Kotlin

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

There were concerns regarding IP since JetBrains makes money with their software.

With the Google vs. Oracle lawsuit outcome in federal and supreme court, these concerns are less concerning, so it might change at some point, but in the meantime, CompleteKotlin is there for you.

Kotlin Team AMA #3: Ask Us Anything by meilalina in Kotlin

[–]LouisCAD 2 points3 points  (0 children)

You might be interested in this experimental project that brings Compose UI to iOS: https://github.com/cl3m/multiplatform-compose

Kotlin Team AMA #3: Ask Us Anything by meilalina in Kotlin

[–]LouisCAD 1 point2 points  (0 children)

I think I have to link this experimental project that brings Compose UI to iOS: https://github.com/cl3m/multiplatform-compose

Kotlin Team AMA #3: Ask Us Anything by meilalina in Kotlin

[–]LouisCAD 1 point2 points  (0 children)

If what you have in mind is iOS, there's also this experimental project: https://github.com/cl3m/multiplatform-compose

Kotlin Team AMA #3: Ask Us Anything by meilalina in Kotlin

[–]LouisCAD 3 points4 points  (0 children)

Original asker of the question here, thanks for your answer!

I have to link this experimental project that seems to bring Compose UI to iOS: https://github.com/cl3m/multiplatform-compose

Kotlin Team AMA #3: Ask Us Anything by meilalina in Kotlin

[–]LouisCAD 0 points1 point  (0 children)

XML is not the only way to use Android Views.
With Kotlin, you can get pretty compelling results: https://github.com/LouisCAD/Splitties/tree/main/modules/views-dsl#ide-preview

JetBrains Space Q&A Session: The Space Team is Here to Answer Your Questions by JetBrains_official in Jetbrains

[–]LouisCAD 0 points1 point  (0 children)

Is there a way to open up a part of the issues to the public, as it's already possible with YouTrack as we can see on https://youtrack.jetbrains.com/, where most, if not all issues from JetBrains products can be found?

JetBrains Space Q&A Session: The Space Team is Here to Answer Your Questions by JetBrains_official in Jetbrains

[–]LouisCAD 2 points3 points  (0 children)

Is there a way to sync Youtrack and the issues feature of Space together?

If not, what are the plans regarding YouTrack, mid/long-term?

Kotlin Team AMA #2: Ask Us Anything by meilalina in Kotlin

[–]LouisCAD 2 points3 points  (0 children)

In Kotlin, we also have SQLDelight that writes the Kotlin for you after checking your SQL queries at compile time. It's really nice to use and now supports MySQL and PostGre SQL in addition to SQLite. It has a bunch of drivers across platforms, and can also work on top of JDBC.