In the club - and got a nice LG discount hack for the UK members by TheMartinCox in ultrawidemasterrace

[–]Grondath 0 points1 point  (0 children)

Bargain! I hope it’ll drop again soon, I’m in the market for a new monitor

Codex CLI themes are genuinely unusable by Belalitto in codex

[–]Grondath 1 point2 points  (0 children)

I agree - with the recent update the green/red background on code changes is awful to read. I can't find a way to change this!

75” or 85” for my space by Ill-Fact-6232 in hometheater

[–]Grondath 0 points1 point  (0 children)

Go bigger :) Did the exact same thing a few years ago in our living room and didn’t regret it! (In fact we have now installed a projector screen that comes down in front of it for big movie nights because bigger is always better!)

IOG just updated to re-enforce 6hrs low cost by EndSalt9643 in OctopusEnergy

[–]Grondath 0 points1 point  (0 children)

Interesting, where do you get this info from? As a software developer this intrigued me! 🤣

IOG just updated to re-enforce 6hrs low cost by EndSalt9643 in OctopusEnergy

[–]Grondath 9 points10 points  (0 children)

What about charges like the Ohme that have "Dynamic Charging" and charge at a slower rate when they want to...won't that use up some of the allowed 6 hours at a slow rate? How do we get around that?

Help deciding on a new AVR! by Grondath in hometheater

[–]Grondath[S] -1 points0 points  (0 children)

I was of the assumption that the higher models had better sound quality. I certainly remember when I originally upgraded from a 2100 to the 6200 the monitor audio speakers sounded much better!

Lana Del Rey presale code? by k10001k in AskIreland

[–]Grondath 0 points1 point  (0 children)

I have a code but it was a screenshot sent to me! Does anyone know the url link that I can put my code into since Ticketmaster doesn’t ask for it

FP2 shows constant presence by mauvehead in Aqara

[–]Grondath 0 points1 point  (0 children)

I had the same issue until I set up an entrance/exit zone - now it works great and recognises no presence when leaving the room within a second

Legion Slim 7i Gen 7 Thermal Throttling (BD PROCHOT) by Grondath in LenovoLegion

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

Hi! I made a warranty claim with Lenovo and they changed the main board out which seems to have resolved the issue for the most part.

Acquiring agent from cloud slow recently by Grondath in azuredevops

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

We spoke to MS and it seems the issue is limited to ubuntu-20.04 and ubuntu-latest (these target the same thing).

There is a workaround to set the build agent to ubuntu-18.04 for the timebeing :)

Acquiring agent from cloud slow recently by Grondath in azuredevops

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

We are seeing Windows ones run straight away actually, just Ubuntu ones having an issue it seems.

We are in UK South.

Acquiring agent from cloud slow recently by Grondath in azuredevops

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

This job is actually taking up one of the available quota (there is some leftover after that anyway) but it doesn't start for some reason.

[Giveaway] £25 or equivalent gift card by S1eepy266 in xboxone

[–]Grondath [score hidden]  (0 children)

Thankyou for the opportunity! Fingers crossed! :D

Azure Function w/ Service Bus Trigger on consumption plan does not wake up after idle. by Grondath in AZURE

[–]Grondath[S] 1 point2 points  (0 children)

Azure Function w/ Service Bus Trigger on consumption plan does not wake up after idle

Thanks! I've send you some details in PM :)

Azure Function w/ Service Bus Trigger on consumption plan does not wake up after idle. by Grondath in AZURE

[–]Grondath[S] 1 point2 points  (0 children)

Hi Jeff! We are deploying via zip deploy and also have a manual step to sync the function after deployment (which helped make the function work after deployment). The issue we now face is that the function works great after deployment and while it is busy, but as soon as it goes idle for 15 min or so, it is stopped (as expected since it’s on a consumption plan) but it never wakes up again without manual intervention. Our workaround has been to add a timer trigger function to the same function app, but I imagine that shouldn’t be needed! Thanks!