Eric

Results 204 issues of Eric

Currently, all country flags are included in the app bundle regardless of which flags are actually used. WebPack has features to include only the necessary parts, in a manner similar...

Create a scenario for the following endpoint: ``` POST /repos/{owner}/{repo}/forks ``` I'm going to reference [CONTRIBUTING](https://github.com/octokit/fixtures/blob/master/CONTRIBUTING.md) and [HOW_IT_WORKS](https://github.com/octokit/fixtures/blob/master/HOW_IT_WORKS.md), attempt to follow the provided steps, and submit a pull request for...

Type: Feature
Status: Needs info

I was reading up on some user experience stuff and encountered discussion about a particular issue, and upon testing found that HaxeUI is a victim of this problem as well....

When looking through the documentation and code for the TreeView component (which I am aware is experimental) I noticed that several missing features (or very poorly documented features) prevent the...

I think it makes sense to have some sort of standard "draggable" integration with ListView and TreeView components, where if a flag is enabled, items can be dragged around, ideally...

Applications that have met the Microsoft Windows accessibility standards follow a standard menu scheme with headings like File, Edit, View, and so on. Pressing the Alt key will highlight the...

Resolves #33. ``` haxelib/tjson/1,4,0/tjson/TJSON.hx:496: characters 11-29 : Warning : Std.is is deprecated. Use Std.isOfType instead. ```

``` haxelib/tjson/1,4,0/tjson/TJSON.hx:496: characters 11-29 : Warning : Std.is is deprecated. Use Std.isOfType instead. ```

I encountered this while trying to process some data, and I've been able to reproduce a crash reliably: ## Reproduction 1. Create a simple program containing something like this: ```...

Config example: ``` { "type": "NeedBraces", "props": { "allowSingleLineStatement": true, "tokens": [ "FOR", "IF", "ELSE_IF", "WHILE", "DO_WHILE" ], "severity": "INFO" } } ``` Code example: ``` function testFunction(input:String):Int { //...

enhancement