nukeop
nukeop
Not possible currently, scss files are transpiled by webpack.
Okay, if you decide to work on this, let me know which parts are good candidates for memoizing.
A good place to do this would be here: https://github.com/nukeop/nuclear/blob/master/packages/app/app/actions/search.ts These thunks fire requests to various services, and the functions that do the requests could memoize results for a given...
We use Redux for storing search data, I don't want to memoize database access since that would be pretty pointless. updateSearchHistory stores the last 5 search queries so we can...
This could be developed as a separate lyrics provider
You can reroll by right-clicking the song and clicking the rotating arrows icon. In the future, we will replace this with a list of all streams that were found for...
Building is done through electron builder and configured here: https://github.com/nukeop/nuclear/blob/master/package.json#L160 Needs to be investigated if we can fix this by using any of these options: https://www.electron.build/configuration/linux#linuxtargetspecificoptions-apk-freebsd-pacman-p5p-and-rpm-options
Broken icon is a known issue, it's caused by electron-builder on Linux distros. Tumbleweed is rolling right? I'll see what I can do about these dependencies for the next release....
I don't think it's getting packaged with the program. I'll check again if the issue has been fixed in the new electron builder.
Still working this way.