Jeff Ward

Results 88 issues of Jeff Ward

If an included function declaration is last in the class: ``` public class Foo { public function Foo():void { } include "shared_function.as"; } ``` It throws: Foo.as(4) : Unexpected }...

Just ensuring hxcpp is up to date, I got the: ``` You already have hxcpp version 3.2.193 installed. Set hxcpp to version 3.2.193 [y/n/a]? y Library hxcpp current version is...

client

[Saga Education](https://www.sagaeducation.org), a leading provider of in-person and online tutoring products, currently has multiple openings for Software Engineers. We leverage Haxe and TypeScript for most of our frontend / backend...

jobs & bounties 💰

Linux x64 vscode 1.50.1 vshaxe 2.21.4 Haxe 4.1.4 **Basic problem:** I'm trying to speed up completion. I've determined (by [enableServerView](https://github.com/vshaxe/vshaxe/wiki/Troubleshooting#completion-is-slow)) that I have a macro that's at least partially responsible...

I have a [first prototype](https://github.com/jcward/hxtsdgen/commit/d01f9b74d55db0aa4af73bf1c43091d51f951444) implementation of Enum support (for `js-enums-as-arrays`) as follows. **Note:** these definitions are not sufficient if you wanted to create / instantiate an enum from typescript...

I also changed the example permission to probably the most commonly used one (and one that's in the Android docs.)

Per: https://www.w3.org/TR/SVG/types.html#ColorKeywords Also moved color definitions and helpers into SVGColor class

There are fairly significant problems with parent/child element containment and the inheritance of properties, as illustrated by this example: ``` ``` Here's the rendering in OpenFL vs eog/gimp/etc: ![image](https://cloud.githubusercontent.com/assets/2192439/14925255/d0aa9b4a-0e03-11e6-9aa7-a212edff1a06.png) As...

Here's a fairly simple graphic: ``` ``` It's supposed to have a stroke: ![image](https://cloud.githubusercontent.com/assets/2192439/14891498/24f483ea-0d24-11e6-99dc-12a6076bf2f8.png) This library renders it without a stroke width: ![image](https://cloud.githubusercontent.com/assets/2192439/14891452/f378bb88-0d23-11e6-94dc-29d611376ebb.png)

Suffers from an invalid whitespace reduction in `calc()` statements, like YUI (did/does): https://github.com/yui/yuicompressor/issues/244 ``` 2.2.5 :003 > CSSminify.compress('.foo { top:calc(50% + 50px) }') => ".foo{top:calc(50%+50px)}" ``` Removing the whitespace inside...