EasyMoney322
EasyMoney322
UPD: Assests dont affect crash. I've had 24h time type in TABSTATS turned on. Disabled it and nothing changed. **Still crashes.** UPD2: Removed every achievement I've tracked. **Still crashes** UPD3:...
I'm affraid you are right. You would need static library of p11-kit, and they do not provide a static version of it, neither you can compile it staticaly yourself. https://github.com/p11-glue/p11-kit/issues/355...
It might be a missing "ffmpeg" package problem. I've had the same error on camera creation, where it would loop with the same error. After installing the "ffmpeg" with apt,...
Still happens on 3.1.0, and I'm pretty sure in some cases hosts were only shutting down through the start menu. Every week there is at least 20 broken positions files....
I can confirm that its still an issue. The output of smartctl --json --xall /dev/sdX is ``` { "id": 194, "name": "Temperature_Celsius", "value": 34, "worst": 34, "thresh": 0, "when_failed": "",...
Don't use `smartctl_device_attribute` This query is being handled by smart.mineDeviceAttribute(). Use `smartctl_device_temperature` instead, which is handled by smart.mineTemperatures(). It even supposed to support non-sata drives https://github.com/smartmontools/smartmontools/issues/243#issuecomment-1943871227
I was creating it manually with PowerShell New-Service, and I think it doesn't really matter, since all the services are managed by Service Control Manager in the end. The service...
> and a **correct** solution IMO NSSM (as well as winsw) should be a **workaround** where an app can't be modified to run as a service. The only correct solution...
Hey, I've grabbed some xlsx previously generated with your library, and added filters to them by selecting cells range and formatting it as a table. This should be the only...
Same. I've tried changing ubuntu version, clearing builder cache, changing the ports and rebuilding. Without results. The commit is the last one on the main branch. They dont fail either,...