Irakli Gozalishvili

Results 282 issues of Irakli Gozalishvili

From what I can tell all the proposed types have extension operations defined but non of them have a subtraction, maybe syntax could be borrowed from [elm](http://www.elm-lang.org/learn/Records.elm#adding-deleting-and-renaming-fields) ? ``` js...

I don't see any note in the document whether those immutable data structures can contain mutable items in them or not. I would personally advocate against allowing that since: 1....

In my use case my application code consists of multiple bundles, for simplicity let's say two one for code running in main thread and other for web-worker thread. Each is...

something like `ambiance ./foo/bar`

enhancement

I need a [peep opern](https://peepcode.com/products/peepopen) plugin!

enhancement

Running on: System Version: OS X 10.11.4 (15E65) Kernel Version: Darwin 15.4.0 Only workaround that works for me is to paste in the password

fatal bug

This library uses `browser` field of `package.json` in order to avoid including a shim and uses own implementation otherwise. That however creates problems when used in Electron (main process) because...

running type check produces following error in the web-inspector console: ``` env: node: No such file or directory util-flow-command.coffee:30 ```

Often times if flow errors many of them overlaps, in which case layers of red highlight makes it impossible to see or navigate around the code. Would be nice to...