Hydroper

Results 26 comments of Hydroper

@zbraniecki The built-in functions: https://projectfluent.org/fluent/guide/functions.html Inclusively it implements something like [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat).

I have tried JDK 11 and got the same deprecation error: ```batch C:\Users\Mathe\UnsyncDocuments\AS3Projects\agera>java -Dsun.io.useCanonCaches=false -Xms32m -Xmx512m -Dflexcompiler="C:\airsdk\sdk\AIRSDK_50.2.3\bin\.." -Dflexlib="C:\airsdk\sdk\AIRSDK_50.2.3/frameworks" -Dflex.compiler.theme= -Xbootclasspath/p:"C:\airsdk\sdk\AIRSDK_50.2.3/asdoc/xalan.jar" -classpath "C:\airsdk\sdk\AIRSDK_50.2.3/lib/legacy/asdoc.jar" flex2.tools.ASDoc -compiler.fonts.local-fonts-snapshot= /build -Xbootclasspath/p is no longer a...

> Your command-line output for the Java 8 test with no default arguments are expected seemed like the arguments to asdoc were /build which then may be why you also...

> I'd never really looked into asdoc, but you're right about it using the older Flex compiler .. it's in the "legacy" part of the AIR SDK, and looks like...

@ajwfrost I've noticed you didn't remove the `-Xbootclasspath/p` option yet from `asdoc.bat`. Can you remove it? Nevermind, I saw the preview now

`-Xbootclasspath/p` was not removed from Flex SDK overlay.

I've done a few definitive changes so far. # Function bodies * Function bodies consisting of an expression: an expression is consumed only if one of the following conditions are...

I'm so hurried when it comes to issue reporting, but anyways here's the MRP: [InlineLabelCutoff.zip](https://github.com/feathersui/feathersui-openfl/files/14500604/InlineLabelCutoff.zip)

@Simn In ActionScript packages are not to be mixed with different symbols in name resolution, so that's one reason I see for `.*`.

After testing APM (Windows 11 Home Single Language, not Windows Server), I'm always getting checksum mismatch (trying to install IDFA). But I'm using Command Prompt, not PowerShell. ``` C:\Users\matheus-pc\Documents\actionscript-project>apm init...