David Capello
David Capello
It would be nice to ask to @clydeshaffer (in #5085) how both sheets are being divided with the tag information. What is the input and the expected output, and add...
Possible library to use: https://github.com/mackron/miniaudio
Please check that this PR now contains a commit with changes I've made in bd36a113081aa95da8d03b14a7627083e936c06b, and I'm the author (?)
Another comment: it looks like the `get_absolute_path()` impl on Windows (defined in `base/fs_win32.h`) (and probably the one for Unix-like systems in `base/fs_unix.h`) could use this function to detect if the...
Thanks @Xeonacid!
Thanks for this @ajerick, it will take me some time to test this PR with a proper scenario (multiple monitors), but I'm planning to merge it.
I was testing this PR to merge it (at least on `beta` branch), and it looks like we have some regressions in listscreens and multiple_windows examples: --- In current `main`...
I'm working on this one, made some progress rebasing the PR to the latest main: https://github.com/dacap/laf/tree/x11-monitors I'm trying to fix the workarea bug in some way (although I've searched and...
This was rebased and continued in https://github.com/aseprite/laf/pull/158
Hi @ryandesign, in our instructions (at least on Aseprite INSTALL guide) we use: ``` -DCMAKE_OSX_ARCHITECTURES=x86_64 \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 \ ``` when running cmake, probably if you are on Apple Silicon you...