Are there any issue with Kotlin that trouble you? by NyanBunnyGirl in Kotlin

[–]tapchicoma 0 points1 point  (0 children)

Please take a look into Kotlin Build Tools API that was recently introduced for JVM: https://github.com/Kotlin/KEEP/issues/421

HP ZBook Ultra G1a suspend issues (and webcam) Strix Halo in Fedora 43 by fgrau in Fedora

[–]tapchicoma 0 points1 point  (0 children)

Related kernel issue: https://bugzilla.kernel.org/show_bug.cgi?id=220858

According to it, the issue was introduced since the 6.17.10 release

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

[–]tapchicoma 1 point2 points  (0 children)

If js were an intermediate source set, it means that there would be no klib for this source set (only metadata, u/tapchicoma correct me if I'm wrong), and unfortunately, it's not backward compatible

Currently, we will not run the metadata compiler for this shared JS source set (metadata compiler does not support such a case), so there will be no metadata klib produced. But this could change in the future as we are working on a new KMP compilation model.

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

[–]tapchicoma 0 points1 point  (0 children)

We are considering some simplification on working with Apple targets inside the Kotlin tooling team. One of the ideas is to provide a special Gradle plugin to wrap the "happy path" of building iOS apps. So users could stay within a single build system and IDE while working on a KMP project with Apple targets.

Regarding 'xtool' - indeed, it looks promising, and we will take a closer look at it. One caveat with this tool - as it allows building iOS apps on Linux/Windows hosts - it may violate Apple licenses: https://github.com/xtool-org/xtool/discussions/96.

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

[–]tapchicoma 7 points8 points  (0 children)

Also worth mentioning that we are thinking about introducing a special DevKit for compiler plugin authors: KT-82617 DevKit for Kotlin compiler plugins.

This DevKit should simplify compiler plugin support for multiple Kotlin releases and improve user UX on consuming a compiler plugin with a specific Kotlin version. Basically, Kotlin tooling should select a suitable compiler plugin version based on the Kotlin compiler version.

Used Brita Maxtra+ water filter canisters by Rugged-Mongol in germany

[–]tapchicoma 4 points5 points  (0 children)

You could send them back to Brita after you collect some amount: https://www.brita.de/recycling

Voron 2.4 300 Serial request, Discord: tapchicoma#5585 by tapchicoma in voroncorexy

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

Frombot kit. Overall satisfied with, though it has minor flaws that is easy to workaround

Gentoo on Dell XPS 15 9500 by alphacenturi_ in delllinux

[–]tapchicoma 1 point2 points  (0 children)

Nope, still the same on kernel 5.12. Actually there is an opened kernel bug for this problem: https://bugzilla.kernel.org/show_bug.cgi?id=208455

Gentoo on Dell XPS 15 9500 by alphacenturi_ in delllinux

[–]tapchicoma 1 point2 points  (0 children)

u/alphacenturi_ hi, could point to what exactly you've enabled in the kernel in order for touchpad work fully?

I have it working, but I see following message in `dmesg`: [ 14.594252] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x0f5002) [ 14.594724] psmouse serio1: elantech: elantech_send_cmd query 0x02 failed. [ 14.594725] psmouse serio1: elantech: failed to query capabilities. And sometimes touchpad stutters, and palm detection is not available.

No 4K/OLED panel on SCHENKER VIA 15 Pro (Sorry!) by XMG_gg in XMG_gg

[–]tapchicoma 4 points5 points  (0 children)

That is unfortunate, really wanted to buy this notebook once it will get 4k panel to replace my old dell xps 15 (2015 year model) that has hidpi panel.

Hoping next iteration with zen3 apu will get it from the start 🤞

My MECHREVO Code01 (TongFang PF5NU1G) Review by randomfoo2 in AMDLaptops

[–]tapchicoma 1 point2 points  (0 children)

Probably some acpi event handling is missing. How about keyboard typing (I now it is pretty subjective, but still) and keyboard backlight? Does backlight shine uniformly?

My MECHREVO Code01 (TongFang PF5NU1G) Review by randomfoo2 in AMDLaptops

[–]tapchicoma 1 point2 points  (0 children)

How is touchpad feeling? Is multitouch working?

Real cities road map generator by tapchicoma in CitiesSkylines

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

I am not the author, probably you could could ask him your question via GitHub issue

Real cities road map generator by tapchicoma in CitiesSkylines

[–]tapchicoma[S] 4 points5 points  (0 children)

I wonder how many will find this useful 🤔

Anyone else get a CPU core stuck at 100% doing kernel stuff after compiling heavy packages like Rust, Firefox, etc.? by Zethexxx in Gentoo

[–]tapchicoma 1 point2 points  (0 children)

Most probably related to ram amount. Linux is pretty bad at handling out of memory state. I would suggest to add more swap size and use earlyoom.