David Kahler
David Kahler
To help reduce the length of traces when it's not necessarily applicable, it would be nice to be able to turn off following InnerException, or maybe only following to a...
apt installation for .net 6 [only works for x64](https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#apt-troubleshooting). Since rpi is ARM, I switched the config to use the [dotnet-install.sh script](https://docs.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install). It would be nice to have this method...
Got this error with latest `Download Complete: 2013/6/IMG_3309.jpg node:internal/errors:496 ErrorCaptureStackTrace(err); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "paths[0]" argument must be of type string. Received null at new NodeError (node:internal/errors:405:5) at validateString (node:internal/validators:162:11)...
HA has added a new Speak API. Of course, it is slightly different than the old Say API. https://www.home-assistant.io/integrations/google_cloud#action-speak ```service: tts.speak target: entity_id: tts.google_cloud data: cache: true media_player_entity_id: media_player.living_room_display message:...
[This PR](https://github.com/prusa3d/PrusaSlicer/commit/88059baddba34fafd9952775491732192999fb3d) changed it so RDP always uses software rendering. But my experience is that RDP supports hardware rendering just fine as long as it meets the GL >= 3.2...