Naxess

Results 14 comments of Naxess

Think the reason `resources/app-update.yml` and `lastest-linux.yml` are missing is because of `"target": "tar.gz"` in the package step. According to [Auto-updatable Targets](https://www.electron.build/auto-update#auto-updatable-targets), only `AppImage` will work for this. Is the first...

Update: We've tested a few things and found that targeting `AppImage` produces an `app-update.yml` file when built on linux, but when built on windows seems to run into [the problem...

Having divided up components into their own repositories makes including all source code here a bit difficult. Submodules don't work particularly well either. If I were to remake it all...

Ah I see, you mean the files I use to build the electron app, including the frontend code. I'll likely try the workflow project thing in conjunction with a new...

Which skin file is this in specific, and is there a mapset with this issue I can look at? Most of them *should* be detected if they're actually used.

have fixed both, also added support for other taiko/catch/mania skin elements

Can't seem to reproduce. Do you have an audio codec lib installed? Without it, I doubt you could do any audio decoding for arch linux, since it lacks the tools...

Hmm I guess you mean there's a false negative in the existing invisible slider check, [`CheckInvisibleSlider`](https://github.com/Naxesss/MapsetChecks/blob/master/Checks/AllModes/Compose/CheckInvisibleSlider.cs)? It's possible the parsing gets messed up because of there not being a `|`......

Posting issues here is good, I'll look into this when I get time

The reason for this is that there's a tiny positional inaccuracy in the Bézier calculation. The more red anchors the slider has, the more this inaccuracy builds up, to the...