Ilan Godik

Results 8 issues of Ilan Godik

I need to think a bit how it would compose with the rest of the hierarcy, but I believe it's a promising optic. - It's a one-sided inverse (an onto...

We should create an `Internals.md` document documenting the internals of Monocle; 1. What's where 2. What are the different parts 3. What structure these follow For example, for core: The...

documentation

This PR introduces an extension for the 'C' flag - the 'CE' flag, which outputs both the starting column and the ending column This will allow programmatically extracting the whole...

Huang Binarization on the attached image gives an `Index Out of Bounds`: ``` (Fiji Is Just) ImageJ 2.0.0-rc-41/1.50d; Java 1.6.0_24 [64-bit]; Windows NT (unknown) 6.2; 611MB of 12179MB (5%) java.lang.ArrayIndexOutOfBoundsException:...

As per the MSDN documentation for [CreateFileMapping](https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-createfilemappinga): ` An attempt to map a file with a length of 0 (zero) fails with an error code of ERROR_FILE_INVALID. Applications should test...

Using `arguments` in a dynamic way in a function leads to the JIT (v8) not optimizing the whole function, with the error: "Bad value context for argument value". See https://github.com/GoogleChrome/devtools-docs/issues/53#issuecomment-51941358...

`haskell-docs` is used in the `intellij-haskell` project (https://github.com/rikvdkleij/intellij-haskell). The following issue occurs on GHC8 with Haddock 2.17.2. ``` $ haskell-docs take Couldn't find any packages with that module. ``` `haskell-docs`...

A feature I really miss in Haskell IDEs is jumping to the source of functions outside the project. This can be acheived via the `codex` package.

enhancement
stack
cabal
reference / resolve