barsoosayque

Results 24 comments of barsoosayque

I noticed that *Pomdog::FileSystem* has system-depend implementation, and since there is *std::filesystem*, this part can also be refactored in favor of c++17 std: - `Pomdog::FS::CreateDirectory` -> `std::fs::create_directory` - `Pomdog::FS::CreateDirectories` ->...

> ... are equal to `/home//./`, like `~/.thunderbird` or `~/.minecraft` on Linux. It is now desirable to store game data (or any other program specific data, but not the configs)...

> The first idea which comes to mind is using early return by tags. I don't think that it is appropriate way to handle this since translation fires the signal,...

Oh, thanks for the detailed report. Yeah, seems like starting an oboe stream too early could lead to crashes on some devices (the audio stack on android is cursed indeed)....

At first glance, it seems exactly the same as #14 (which has more info). However, I'm not fully sure (and never was, with android :cold_sweat:), so I would need more...

Yeah, sorry I didn't reply about fix in this thread. I didn't release a new version because there is currently no place to upload release artifacts, sadly (since bintray's goodbye)....

Let's keep this issue until I eventually find a place to host releases.

Ah. It seems that the bintray maven repository is closed. I should relocate builds to somewhere else then

Well, apparently github packages can't be accessed without authentication. That's a shame. I should find another place for OSS maven repository.

Oh, thanks for the report. Let's see: this shouldn't be a format problem, so you're right, it's either this library or oboe. There is one problematic spot in *libgdx-oboe* code...