Daniel Kalmar
Daniel Kalmar
The current HEAD, and basically every release going back to 1.3 or so.
I ran into the same problem and found that increasing the value of MAX_DESCRIPTOR_SETS seems to alleviate the issue. I have no idea what additional side-effects that might have and...
I'm running into the same issue. I'm not sure what workaround there is - simply throttling texture uploads is not viable when a single upload takes longer than 16ms. Perhaps...
Just highlighting that this is still an issue and `--azureblob-archive-tier-delete` does not seem to make a difference. #3982 is related.
> I dislike this approach, but understand what's the problem... > > Also bgfx doesn't use #ifdef/#ifndef rather uses defines that are set to 0 or 1. Any suggestions on...
Let me know if you'd like to find a way to move forward with this or if I should close this PR.
> I'm working on it, but it's very difficult due to the drastic changes to the Google Photos API. Now applications, i.e. code like ePiframe, can only see the albums...
Google Photos albums can be shared in a "link only" mode and the resulting website can be opened without a Google account. It should be possible to scrape such shared...
I discovered an additional Windows issue today, that prevents the `dsv2mp4` script from operating on Windows. Windows (or MSVC's libraries?) treats `stdout` as text-mode and automatically converts `\n` to `\r\n`...
> Great find, thank you! So this _setmode call needs to happen essentially at the top of the main() function? Also, I'm curious if you've tried it to see if...