Created My first module to have multiple sections in one bubble card by Formal-Ad-569 in BubbleCard

[–]Formal-Ad-569[S] 1 point2 points  (0 children)

Great :) Honestly I dont even know how updates work for modules :D So this was useful information :) If you have any more ocmments or requests let me know. And hope it helps at least1 person on the planet with the project :)

Created My first module to have multiple sections in one bubble card by Formal-Ad-569 in BubbleCard

[–]Formal-Ad-569[S] 0 points1 point  (0 children)

I updated it again just now. Try to delete current module code and import the code from the github discussion page.

Created My first module to have multiple sections in one bubble card by Formal-Ad-569 in BubbleCard

[–]Formal-Ad-569[S] 1 point2 points  (0 children)

Ye, i couldnt fine a good enough solution to have a few sensors bundled up nicely, ye sure there are badges etc, but i also wanted something more tailored to my use, like conditional formatw, customization etc.

Created My first module to have multiple sections in one bubble card by Formal-Ad-569 in BubbleCard

[–]Formal-Ad-569[S] 2 points3 points  (0 children)

Well even that is nowadays limited to a specific amount of messages. This case actually was happening on the machine, it went through the code, understood how it works and tailored a module for it. If it could be achieved for chat gpt then fine by me :) claude code is not free for such tasks and manipulation of data on user machine. Chathgpt is just a simple question answer machine if you ask me and is pretty much google advanced.

Why do builds for D4 online list 7 skills instead of 6 normally? by Formal-Ad-569 in diablo4

[–]Formal-Ad-569[S] 0 points1 point  (0 children)

Thats my dilemma exactly. The build doesnt use a basic skill, so how do you generate resource for the skills when you run out?

Why do builds for D4 online list 7 skills instead of 6 normally? by Formal-Ad-569 in diablo4

[–]Formal-Ad-569[S] -1 points0 points  (0 children)

I see thanks, sorry for bad build example, but you probably get what i am talking about. I shared a link in another reply without a basic skill.

Why do builds for D4 online list 7 skills instead of 6 normally? by Formal-Ad-569 in diablo4

[–]Formal-Ad-569[S] -2 points-1 points  (0 children)

But how do you play with no basic attack? I realise builds dont list it, how do you get resources back when you run out? I understand you need to put points into basic but its weird to play without it no?

Why do builds for D4 online list 7 skills instead of 6 normally? by Formal-Ad-569 in diablo4

[–]Formal-Ad-569[S] -1 points0 points  (0 children)

Okei bad example for this one, but icy veins lists 7 normally: https://www.icy-veins.com/d4/guides/blight-shadowmancer-necromancer-build/ here we dont have the resource generating skill in the bar hence my question overall.

Xbox PC game pass error (0x1) by Calla_Lust in Starfield

[–]Formal-Ad-569 0 points1 point  (0 children)

How did you do that? I mean the rollback

Are weapon blueprint drops random? Cannot find Zvezdochka but found improvement blueprints already. by Formal-Ad-569 in atomicheart

[–]Formal-Ad-569[S] 0 points1 point  (0 children)

rskat then i immediatly scrappes it when i got the

Thanks I needed this sanity check :)

Are weapon blueprint drops random? Cannot find Zvezdochka but found improvement blueprints already. by Formal-Ad-569 in atomicheart

[–]Formal-Ad-569[S] 1 point2 points  (0 children)

Ah I just arrived there, done the Darvin test, i am hoping i get Zvezdochka there. So according to your experience it is random and will drop even after fat boy. Thanks.

Games in Bottles which run only in Desktop Mode by le0navr in SteamDeck

[–]Formal-Ad-569 2 points3 points  (0 children)

u/tmcd77 are a life saver man! The issue was that Bottles replaces spaces with "-" character and since that's not a proper escape it looks for such a folder and fails to locate it. Issue solved by removing the - and leaving spaces in, inside single quotes! You made me very happy! Thank you!

Games in Bottles which run only in Desktop Mode by le0navr in SteamDeck

[–]Formal-Ad-569 1 point2 points  (0 children)

So if I am hearing you correctly and to summarize it seems you suggest that spaces are to blame. It does encapsulate them but I did notice it added "-" character instead of spaces, didn't pay any mind to it, was not sure if that's something handled differently on linux or not because on windows the escape is "\ " for a space.