Tomas Mariancik

Results 313 comments of Tomas Mariancik

I don't think this will be a priority anytime soon unfortunately. The math for this kind of thing can be very finicky and take a fair amount of time to...

It could. If it's a formula we can just plug into the shader that saves the majority of the work on our end. But that might also be tricky to...

Which stream is this for? We can't update old recordings unfortunately, but we had made a thing that shows the current snapshot.

We'll have a look into this, thanks! We have a dynamically generated list of supporters that we should be using.

Oh good catch! Hmm... The default bitrate is okay to have in settings, but I'm actually not sure if we should display the default device ID, since that's not very...

There's a lot of stuff in this issue and I'm a bit confused on what exactly you're actually looking for, because some of these are very different things. First, DEFLATE...

Assimp doesn't give you the raw files inside the file, but it'll import the actual model and try to reinterpret the data. Which seems like what most people would want,...

What do you mean by "access" exactly? From the solution you're asking for it sounds like you want to work with the raw data streams of those ZIP files with...

Did it run before on the same machine? Did you have any changes to the system itself? It looks like iit's having trouble determining the home directory - looks a...

Hmm... That's most likely the culprit. Are `XDG_DATA_HOME` and `XDG_CACHE_HOME` defined? We use these as primary, but $HOME is used as fallback and evaluated whether XDG ones exist or not....