Kurt Frey
Kurt Frey
Hy! I added localization support to your already great template engine. Hope you like and merge it! Thanks, Kurt
The ```handleIfs()``` function replaces "or" in a variable name with ```||```. This makes `$selector` to `$select||` which results in an error because `eval()` fails. This also happens with the conditions....
This works as expected ``` php {if $param == $context.get.param} {$title} {else} {$title} {endif} ``` while this always assumes the if condition is true ``` php {if $param == $context.get.param.default("someDefault")}...
My PC owner has a policy that purges anything from `AppData` (and probably other paths) that "doesn't belong" there on logout. So I installed it on a drive that's not...
Tested on an iPhone 11 Pro running iOS 16; With `isTorchOn` set to `true` the torch can show three behaviours - none of which is reliable: 1. The torch will...
## Environment: - OS: iOS 17.4.1 - IceCubesApp version: 1.10.35 ## Description When sharing an image via the share sheet, an alt text is not required although the corresponding setting...
Possibly related to #426 Some Mastodon clients (I.e. Tusky for Android) render markdown in the toots. This is especially useful for tech heavy instances where code snippets are shared. I...
Hy, I'm using the code on an ESP32. With the following Code: ``` set_pin(26); set_callsign("OE3FKG", "OE3FKG"); send_packet(_STATUS, 0); ``` I recorded the output directly in Audacity and the AFSK signal...