Anton Harniakou

Results 12 comments of Anton Harniakou

Add Rect to it :( It doesn't want to behave properly when there's a "rotate" applied. Here's an app I tested on: ``` ruby Shoes.app do fill "#333" rotate 45...

Yeah, we need to consider the transform. Looks like transformations are entrusted on backend and they make core-level 'in_bounds?' useless. Shall registering click regions be in the backend layer? I...

This might be not so easy to implement for Linux. There is [this bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=36128) which makes styles other than `SWT.ON_TOP` to disappear. I tested it on Ubuntu 14.04 and the...

@PragTob +1 for the options hash.

I've tackled this a bit and found that the hash options are very easy to implement. In fact I've already got a solution and can send a PR. But about...

@RenFontes I like your idea, maybe something like: ```elm type Method = GET | POST | ... Custom String ``` `Custom` would let a user set any value for a...

I've been playing around with react-select and noticed that it's only accessibility-enabled for English speaking users. It would be great if `elm-multiselect` was language agnostic in that regard.

It looks great! Looks like I have no idea how elm-css works haha! I think we can merge this in?

I think we may keep this PR open for a while. I'd like to add some more commits to it. Ok?

@lydell Thank you for the provided link! To be honest I didn't realize people did that thing with navigation and links. Maybe this isn't the best practice anymore? Because most...