Arjan Speiard | Asgard Sings!
Arjan Speiard | Asgard Sings!
Yeah for visualizations we probably can use chart.js (a library which is commonly used) The json api is way easier/cleaner to work with you're correct!
Updated Visual studio instructions for windows build: If you can update the mingw64 build instructions this can be closed
> If I'm understanding the code correctly, these are the lists of song and audio formats that are already supported, right? You're correct! Would be nice to see a PR...
So basicly you're suggesting to fallback onto the default theme if some file is not modified within the new theme? In this instance, bootstrap from the default theme should be...
There's also a very nice project called spleeter to get an mp3 track splitted into the separate instrumental tracks. It uses its machine learning and has a great model to...
> This means that zero downtime deployments are already implemented, right? I'd like to see a confirmation from the team, but according to the linked sources it should already be...
Hmm given the above spec it's indeed impossible to do such a thing. I see nginx also has a rewrite option: ``` nginx.ingress.kubernetes.io/configuration-snippet: | if ($host = 'www.siteB.com' ) {...
It seems to build alright with 0.4.7; however it couldn't find some few libraries (which were installed using vcpkg)... ``` C:\Users\aspeiard\Desktop\Persoonlijk\performous-aubio>waf.bat configure build Using python Setting top to : C:\Users\aspeiard\Desktop\Persoonlijk\performous-aubio...
@piem that seems to make it fix :+1:
My system locale is Dutch: ``` GET-WinSystemLocale LCID Name DisplayName ---- ---- ----------- 1043 nl-NL Nederlands (Nederland) ``` Within windows i have not enabled the utf8 beta-support thing  the...