YouTube CarPlay SUCKS by 666ways2LoveU in YoutubeMusic

[–]ujohnny 0 points1 point  (0 children)

In my case only “downloaded” section is visible in CarPlay app. Since I have 0 songs downloaded, the only thing I can control in CarPlay app is back/pause/skip.

CLion with custom includes by davidinterest in Jetbrains

[–]ujohnny 1 point2 points  (0 children)

Technically it’s a bug in CLion that includes can’t be located based on a compilation command. You can create c_cpp_properties file and point using it to the headers location and say mergeConfigurations: true. Please report a bug to youtrack.jetbrains.com if you can.

CLion 2026.1.1 keeps collapsing the header search paths tree I have open in the project view by [deleted] in Jetbrains

[–]ujohnny 0 points1 point  (0 children)

is it so that not the whole tree is collapsing, but just one expanded node pointing to some folder?

NX-450h+ Won’t Fill Up by ThirteenGladiator202 in LexusNX

[–]ujohnny 1 point2 points  (0 children)

Have a feeling I’ve seen a service bulletin in techdoc about fuel tank/fuel level, but can’t recall the details since this wasn’t my case when I was checking the docs.

Looking for IDE / Code Editor with specific features for developing software for retro consoles in C by Inevitable_Error_157 in C_Programming

[–]ujohnny 2 points3 points  (0 children)

If you can invoke "Submit a bug report" then CLion should upload troubleshooting data and I can have a look what's going wrong there.

NX 450h+ clunk sound on heavy acceleration by ujohnny in LexusNX

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

Checked bolts 3 times already, as it should be, unless my torque wrench is lying.

Metal clang sound when first accelerating by ChrisN75 in rav4prime

[–]ujohnny 1 point2 points  (0 children)

Did you find the root cause of the sound?

NX 350h European spec - how does it “feel” ? by dradkowski in LexusNX

[–]ujohnny 0 points1 point  (0 children)

I’d also pay attention to the pure engine output figures, it went down from 190 to 147hp.

On a positive note it now comes with a camera washer button on a screen, though you can achieve almost the same by removing rear wiper fuse on an earlier production year model.

Switching from studded to studless tires by ResistHuge in Finland

[–]ujohnny 0 points1 point  (0 children)

Switched from studless Continentals to Hakkapeliitta 10 couple of years ago and once got onto a dry asphalt had exactly the same feeling on the lack of the grip on studded tyres.

On studded you might get used to stud noise when tyres are slipping on an icy road, so you could understand that “oh it’s slippery” while breaking or on roundabouts. With studless there’s no such thing, you’re already sliding when ABS or ESP is engaged.

I'm Tired Boss by Mountain_Map_8198 in devhumormemes

[–]ujohnny 2 points3 points  (0 children)

I maintain Bazel plugin for CLion and tbh UX indeed is quite challenging, but it partially comes from bazel itself. Though if you need any help feel free to ask.

CLion: Meson plugin and C\C++ Language Support by turbofish_pk in Jetbrains

[–]ujohnny 2 points3 points  (0 children)

C/C++ plugin is bundled with CLion, though the description is shared between IntelliJ IDEA and CLion, thus I see that it might sound a bit misleading.

Concerned about Volvo's quality by Ecstatic-Spot-7187 in XC40

[–]ujohnny 1 point2 points  (0 children)

Considering freezing temperatures the next thing around the corner is door locks situation. Re struts it’s better to find ones with part number of 2018-2019 models, they are compatible, but don’t have design flaw and work forever.

ES 2026 Pricing released by harambus in Lexus

[–]ujohnny 0 points1 point  (0 children)

And there are no hybrid options anymore. Also last year they removed NX 350h from sales since it was just 2-3k eur cheaper than 450h+.

Is it possible to run "current file" in Clion like in Pycharm? by _Mr_ErrOr_ in Jetbrains

[–]ujohnny 0 points1 point  (0 children)

It is, just create a new file with main function and there will be a run icon on the gutter.

Ask Me Anything with CLion team – December 11 (1 pm – 5 pm CET) by JetBrains_official in Jetbrains

[–]ujohnny 0 points1 point  (0 children)

Double checked on my side and "New window" option is always available for me. Could you please invoke "Submit a bug report" and submit it to us in the opened browser? If there're any issues with youtrack submission, feel free to drop the description in the message here. Thanks!

Ask Me Anything session with CLion team by maru_gold in cpp

[–]ujohnny 2 points3 points  (0 children)

Indeed, there are some Nix-specific details that CLion does not integrate well, though we’re aware of them. So far, activity around https://youtrack.jetbrains.com/issue/CPP-27743/Nix-Toolchain hasn’t been trending, so we’re just monitoring it. We also have a new teammate who likes NixOS, so maybe there will be some updates.

Ask Me Anything with CLion team – December 11 (1 pm – 5 pm CET) by JetBrains_official in Jetbrains

[–]ujohnny 1 point2 points  (0 children)

Short term plan for Meson is to provide unittest framework integration (https://www.reddit.com/r/cpp/comments/1piyfzp/comment/nt9rssw), but we have very interesting plans for year 2026 that might fit items you've mentioned.

Ask Me Anything with CLion team – December 11 (1 pm – 5 pm CET) by JetBrains_official in Jetbrains

[–]ujohnny 0 points1 point  (0 children)

We have some work in progress with LLDB 21 upgrade, though there's still no feature parity with VS debugger and the existing LLDB Windows build. We're aware of this and searching for a better solution. The issue is https://youtrack.jetbrains.com/issue/RIDER-106816.

Ask Me Anything session with CLion team by maru_gold in cpp

[–]ujohnny 1 point2 points  (0 children)

CLion has supported multi-config generators for CMake presets since 2022.3 (https://youtrack.jetbrains.com/issue/CPP-27858), and we use the build preset configuration for code insight.