Padraig
Padraig
The thing that was causing me to hit this was that I was running `xelatex awesome-cv.cls` instead of `xelatex resume.tex` Additionally I had to make sure all the fonts in...
I'd like this ability too, or at least that the `CODE_SIGN_IDENTITY` wouldn't default to `""`.
Something straightforward that forwards notifications from https://www.sqlite.org/c3ref/update_hook.html would be helpful imho. Since that callback gives the table id, and is called once for each changed rowid, it could associate changes...
My PR above, which fixes it got closed by that bot fwiw.
This also means that `target.frontMostApp().preferencesValueForKey("AppleLanguages")[0];` won't return the correct language. Having this is important for navigating through localized content. I work on a podcast app, and want to select different...
I went ahead with making separate `shoot-en_US.js, shoot-fr-FR.js` etc.. files and it works ok. Probably better to go this way and not have to rely on hacking the plist file...
This is with Xcode 15 as my `xcode-select` Xcode and no custom settings on Icarus.
The new file part is the key thing, I can make a new class in an existing file and everything works fine, but as soon as I move the class...
This might not even be a good idea, since: 1. The currently parser has been well lived on and is on the critical path for any Godot usage: it's probably...
Note that the "--quiet" command line option one the SwiftGodotKit call does not seem to do anything.