Jeremy Sharpe
Jeremy Sharpe
Furthermore, in this example, "bar" is not included in the block code: ``` * foo bar ``` Instead, confusingly to include "bar" in the block code, it must be indented...
I'm running into this on my app too. 152 crashes just like this in the last month or so: ``` Exception java.lang.IllegalStateException: at android.media.MediaPlayer._prepare at android.media.MediaPlayer.prepare (MediaPlayer.java:1437) at xyz.luan.audioplayers.player.MediaPlayerPlayer.prepare (MediaPlayerPlayer.java)...
I fully support this PR and actually just filed an issue on this exact thing (https://github.com/godotengine/godot/issues/104411) because I didn't see your issue in proposals. I concur that: 1. The settings...
Just to be totally clear, I'm just some random guy who uses Godot, not a Godot maintainer, so I can't approve this. I just appreciate this PR and want it...
I would still like something convenient (and somewhat complex) like what was discussed above to exist, but in the meantime I have found it practical to just use a simple...
Ah, it's here: https://golang.org/src/go/build/build.go?s=15775:15809#L473
I think some kind of strict mode would work, enabled by default for working directory. I think this wouldn't be a problem for anyone who is versed in external Go,...