LeaPhant
LeaPhant
@peppy How do you calculate bonus pp if it's not cached anywhere and pp is calculated realtime?
The enchanted overlays use up a lot of GPU, especially if you have a monitor with a high refresh rate. However it's apparently 3 times worse on Chrome as I'm...
Expected since pet boosts aren't considered in the stats just yet, will require manual work of adding all pet stats which I haven't gotten around to doing yet. Edit: Went...
Thanks for the info, I'll definitely check out your calculator before starting to work on mine in case I missed anything! I don't want to add any further damage related...
That error can be ignored and shouldn't cause any issues, but I gotta fix it eventually lol.
Is the front-end for this actually being worked on? Might do it cause I'm tired of checking my fishies through a discord bot but don't wanna interfere with existing work.
You should be able to run it. Try removing highcharts from the dependencies list in `package.json`, then removing the command files that need it in the commands folder. Deleting `bpm.js`...
Ah right, it's loaded in `osu.js` (in the root directory, not commands) which is basically needed for everything. If you change the line where highcharts is loaded to ` const...
Segmentation fault could be anything, I guess a raspberry pi just doesn't have enough memory cause as of now there's no memory optimization whatsoever for rendering videos, it's optimized for...
Thank you for this, I will link this in the README if it's ok cause I don't really want to work on Windows support.