AsPulse / あすぱる
AsPulse / あすぱる
> I believe this is fixed in 0.36.0 / git. Thank you! I tried 0.36.0. The problem of crashing involving Hyprland has been resolved, but the application is still terminating...
Error was changed by above update: ``` Uncaught TypeError: Import 'https://esm.sh/v106/@swc/[email protected]/deno/core-android-arm-eabi.js' failed: 500 Internal Server Error ``` Go `https://esm.sh/v106/@swc/[email protected]/deno/core-android-arm-eabi.js` and I get: ``` /* esm.sh - error */ throw new...
Some programs which use stdout for another purpose, sometimes use stderr as output to the user. `cargo` is one of them, but in cases like it, I would like to...