Marc-Antoine
Marc-Antoine
I found too that the bug isnt always reproducible, although it tends to be more frequent with more complex models (hence the example). also, thanks a lot for your work...
No, it's not in the Fortran code. In the Fortran code, the `FRACT` values always span from 0 to 1, by steps of `1/(NLEV-1)`, and does not allow to specify...
I tried using `span` directly, and indeed it looks useful; some bits could be simplified. I havent found an actual usage of any `Buffer` constructed with offsets, so I havent...
yes, baring `span`, or re-implementing an equivalent (but that's likely the kind of code you want in the standard library and not in your project), the next best and clean...
I'm suffering from the same issue, trying to have the deck calendars shown on mobile via DAVx5. The calendars show up as todo lists and my calendar app apparently doesnt...
yes, I've just had a further look and realized changing the card type to `VEVENT` wouldnt make sense. > Android only allows to expose events to calendars that's a pity,...
Hi, > I don't know how to look up the user's Steam folder but there's probably a way to get that environment variable on Windows/Linux/macOS. I've been looking this up,...
adding `if (diagnosticMessage.FilePath == tidyResults.MainSourceFile) {` on line 168 of tidy.ts filters out the diagnostics which are not relevant to the current file. I guess they could be filtered out...
I have the same issue, in Zelda Majora's Mask, both when using or not using custom textures. * Azahar Build/Version 2123 * Graphics API: OpenGL * System: Geforce 980, Linux...
Identified to this commit: [`5e2161d`](https://github.com/azahar-emu/azahar/commit/5e2161d90b9b32b492937d8caadd9f83820b5bfa) (i.e. `bf587885c` is good, `5e2161d` has the issue). How it looks (majora's mask intro, roughly 10s in after running the game): after saving state, before...