Kevin Leung

Results 175 issues of Kevin Leung

but `@media (max-width: 991px) {}` is fine

Error: `expected , or )`

I am try to debug and add features to the firmware (dev-esp32 branch). But using docker to compile it takes like 30+ minutes. I would like know if there is...

enhancement
question

This is mainly for electron. Because I would have to add `-lib hxnodejs` to enable some nodejs API while I still want to load bundles from remote asynchronously.

I am trying to implement a `java.util.List` with haxe code: ```haxe class Main { static function main() { trace(new MyArray()); } } class MyArray implements java.util.List { public function new()...

If I have an abstract over another abstract, the `@:forward` meta won't forward the underlying abstract's operator overloads. Can it be supported? Example: http://try.haxe.org/#eBedf

``` haxe function toRGB():Int return Std.int(r * 255)

https://jsfiddle.net/tks2y6gb/1/ (try dragging the viewport width to reveal the problem) ![image](https://user-images.githubusercontent.com/1103788/33512292-61945e32-d768-11e7-972d-0d8320708090.png) On phone and computer it is fine. I found this particular rule (highlighted below) is causing the problem, disabling...

After adding resources to a bundle, how to statically analyse the resources to ensure validity? For example: ```js bundle.validateMessage(id); ``` This will traverse the message AST recursively and make sure...

# Bug Report Stackable grid has extra left/right margin when stacked. See image below how the left margin of column 1 becomes wider when the grid is stacked. ## Steps...

type/bug
state/awaiting-investigation