Dale King
Dale King
I would say the pros for my approach is that I don't have to remember which type of after method I have to use based on which scope I have...
Somewhat related, we accidentally had an invalid escape sequence in the translations for German (it was a `\"`) which resulted in none of the German translations making it into the...
If you wonder why this would be necessary, we have a corporate library defining some styles and colors for Android. I want to actually pull that file into the build...
We were investigating this for the opposite case where it is not outputting the trailing zeroes. So with a format string of "%1$.2f" and formatting with the value 9.0 we...
Without a fix you should at least document it in the readme and think about giving a build time warning if generating for iOS and it has these format types....
Right now (or at least on the older version of this library we are using) if you add leading or trailing whitespace you get different results on iOS and Android....
Confirmed that you properly ignore the xliff:g tag, but do recommend you note something about it in your readme
Different OS
This is an easy thing to fix. Just don't use a Java lambda. My current workaround is to not use the normal configuration mechanism and define my on generate task...
Here is what I want to use this for: https://jeffszuc.com/tutorial/how-to-add-habit-tracking-to-obsidian-with-java-script-and-dataview. Nesting the variables makes it much easier to filter them