Tony
Tony
I am trying to parse an RSS feed and the part that is relevant looks like this ```xml ... ``` I want to get the value of `link`. The thread...
Hello! I tried messing around with this for a bit cause I saw you were getting an error with no error message. I see you used `'.jobs.build_test.strategy.matrix.channel[0]'` somewhere, I couldn't...
You could also look into something like [Toast](https://github.com/stepchowfun/toast).
One thing to keep in mind is that Act and I think Toast as well don't support Windows images (or at least didn't last time I tried IIRC).
Switched to this after using [HP ZBook Studio G3 config](https://github.com/hirschmann/nbfc/blob/master/Configs/HP%20ZBook%20Studio%20G3.xml) for a while. It seems to work a bit more accurately on my laptop as I do have the G5...
Run `nbfc --version`
I'm not sure if this is something different but I've been using `pueued &` to make this work on powershell. Does that work for you?
I'm not too sure if this fits your needs but could you for instance use something like [Task scheduler](https://learn.microsoft.com/en-us/windows/win32/taskschd/starting-an-executable-on-system-boot)? There's a way for you to define a task to run...
Thanks for the reply! Just pushed the file. Honestly, if you've ever written PowerShell you should be able to read the important parts of it so that should be fine,...
That's understandable, I'll just reply to the points you made in case this gets reviewed sometime in the future. - The `set-location` only matters for the initial download location of...