nyxkn

Results 25 comments of nyxkn

Sounds good, looking forward to that! Great project.

Hey! This happens because you're reading acra.email from the local.properties file. This file isn't (and correctly shouldn't) be included in the git repo. But this way f-droid has no way...

Ah, you make a good point about the forks that I hadn't thought about! It should be possible to add the email address in the prebuild section of the fdroid...

Here are some more logs of this happening. These confirm that the delay isn't actually always 5m, but a bit random. Here we have two delays of ~10m and one...

Can confirm. If using org-insert-item-below when hovering over a folded heading, the new item will be added correctly but will stay hidden inside the original heading. At that point, attempting...

This is probably the same issue as #98 and #90 Should be fixed with #93

Hey! Haven't used this in a while but I know it is working. Here's some sample (incomplete) code of how I'm using it. ``` SoundGenerator.init(sampleRate); SoundGenerator.setAutoUpdateOneCycleSample(true); SoundGenerator.refreshOneCycleData(); playTone() { SoundGenerator.setFrequency(frequency.toDouble());...

> The tooltip simply says it will use the scene name, so there's no indication it will change any format Right. I wouldn't expect any case change to happen if...

Fair. In my mind, since I'm used to the case always changing between node and filename, the concept of "scene name" exists outside of case choice. But I can see...

After some thinking, this is what I've come up with for the dialog: ![2023-07-10_170126_001374341](https://github.com/godotengine/godot/assets/1187609/e76ec595-9a31-4276-930c-4bd326de898c) "Scene Name" is changed to "File Name". And the tooltip now reads "Leave empty to infer...