Daniel Barwikowski

Results 11 comments of Daniel Barwikowski
trafficstars

> One of the thoughts has been to also exclude those from `winget export packages.json`. > > Would something like that express what you are asking for? Yes, it will...

I was able to install ATC fw. Then wanted to flash BTH_v47 and after that looks like my thermomether is bricked. I've spent already few hours googling and trying different...

'Clear console' renders prompt correctly (Ctrl+L) ![image](https://github.com/PowerShell/PowerShell/assets/20668422/34ed9928-6406-460a-9c0b-404f69d1e808)

Doesn't work for me ```ps1 $previousOutputEncoding = [Console]::OutputEncoding [Console]::OutputEncoding = [Text.Encoding]::UTF8 try { oh-my-posh init pwsh --config ~/custom.omp.json | Invoke-Expression } finally { [Console]::OutputEncoding = $previousOutputEncoding } ``` Works, when...

what version of firmware? https://github.com/atc1441/ATC_MiThermometer/issues/298#issuecomment-1935557978

I have the same issue on android ![Screenshot_20240619-225900_Brave.jpg](https://github.com/IceWhaleTech/CasaOS/assets/20668422/b50e0e86-354a-42e6-b9af-f389ce8d640b) This is simple CSS fix. Can you create PR and link it here? Thanks! :-)

I've downgraded to v0.8.0-306 using KIAUH and moonraker works again

Thanks for reply. Would like to know which dependency is holding me back as upgrade is not an option. I guess sqlite?

I've downgraded to v0.8.0-360 ![image](https://github.com/Arksine/moonraker/assets/20668422/bd33b15b-745f-41e7-a9f1-581960b3bc29) Something in 361 breaks it for me. Looks like this is the change: https://github.com/Arksine/moonraker/commit/80c762074ff7100533f35f26131d39b9b749cc88

Your code to attach probe: ```cfg # Probe entry location G0 X{docklocation_x|int - attachmove_x|int - attachmove2_x|int} Y{docklocation_y|int - attachmove_y|int - attachmove2_y} F{travel_feedrate} # Attach probe G0 X{docklocation_x|int - attachmove2_x|int} Y{docklocation_y|int...