Marvin Scholz

Results 81 comments of Marvin Scholz

@Dudemanguy `host_machine.system()` is not really the proper way to do this tbh, it is kind of a mistake people started to use it for iOS imho which results in a...

I just stumbled over this when I ran into https://github.com/godotengine/godot/issues/66014, for now I manually have to remove the `.remap` suffix to properly pass a path I get from DirectoryAccess to...

@kasper93 I don't think both would ever be workable on windows because you need different installed headers for the static vs non-static library (due to the need for dllimport, or...

I ran into a similar issue when trying to use this tool for VLCs crash reporting server, CrashDragon, as we build VLC Windows binaries using GCC and mingw-w64 with a...

The flag in question was removed recently indeed, in https://github.com/rust-lang/rust/commit/d153f4f4936efc8039489083f5561070cf5de029 Longer section names are not used anymore, they were needed for the `.note.rustc` section but this was changed in https://github.com/rust-lang/rust/commit/f9846e902dae169255c2d2b1766e7b9846488a89...

It could be an optional feature. As far as I understand, the automatic reporting is something that only works on Gitlab.com but not for CE instances. Maybe I just configured...

Well there is https://github.com/gogcom/galaxy-demo-app so it seems as long as you would not publish any of their headers and obviously not the app tokens, it would be possible? Or is...

Why is dlopen'ing needed? If the SDK is not present at build-time (CMake does not detect it) you could just not build the relevant files?