-
```
What steps will reproduce the problem?
Attempt to sanitize tag like:
link
link
Closing tags parsed Ok
What is the expected output? What do you see instead?
Expected:
link
link
Exception:
INVALI…
-
Tested both ways:
```
lang.init(Capabilities.language, null, true, true);
lang.init(Capabilities.language, null, false, false);
```
Both ways crash (null reference) if there's no localization folder…
-
[Google Issue #1827 : https://code.google.com/p/haxe/issues/detail?id=1827]
by gameh...@gmail.com, at 18/05/2013, 08:52:25
The following gived different results depending where 'set' is inlined. Th…
-
```
What steps will reproduce the problem?
1. neko server.n localhost 1935
2.
3.
What is the expected output? What do you see instead?
1) Don't know because the docs don't tell you.
2) njh:/home/de…
-
Hi,
I'm trying to make some custom modifications to Lime (mostly to the Tools currently) but I'm having trouble running my dev Lime build.
I forked this repository a while ago, but I've brought my f…
-
Just installed away3d for the first time.
`
C:\dev\away3d>haxelib list
actuate: [1.8.4]
away3d-examples: [1.1.0]
away3d: [1.1.0]
box2d: [1.2.3]
flixel-addons: [1.1.0]
flixel-demos: [1.1.1]
flixel-tem…
-
```
What steps will reproduce the problem?
Attempt to sanitize tag like:
link
link
Closing tags parsed Ok
What is the expected output? What do you see instead?
Expected:
link
link
Exception:
INVALI…
-
```
What steps will reproduce the problem?
1. neko server.n localhost 1935
2.
3.
What is the expected output? What do you see instead?
1) Don't know because the docs don't tell you.
2) njh:/home/de…
-
We got agreement from @elsassph and @Meychi at latest Haxe conference to build a version of FlashDevelop dedicated to Haxe called HaxeDevelop. The FD team would take care of the building+releases, we …
-
The error message is:
**/usr/lib/haxe/lib/flixel/git/flixel/util/FlxColor.hx:19: lines 19-780 : You can only declare from/to with compatible types**
I can compile when targeting neko and flash (`lim…