iko

Results 65 issues of iko

The non-streaming log API doesn't return a normal bytestring. It returns the string encoded in some way that I couldn't manage to google. This is the only place I could...

I think it might be possible to define an [`IsList`](https://hackage.haskell.org/package/base-4.14.0.0/docs/GHC-Exts.html#t:IsList) instance for matrices.

It seems like the functionality of some functions like `fromF` depends on the fact that the `Generic` representation of a type is equivalent to its' `Bounded`/`Enum` representation (through the `Count`...

It would be great to be able to speed the video up more than 2x.

player
feature

It seems like there is no real reason to depend on lens. Lens has a pretty big dependency footprint.

A major use case for reflex-dom is making frontend applications. This means that the compiled binaries are shipped to the user. In some cases, they are loaded when the user...

**Describe the bug** `stack exec ahc-boot` fails on macOS. **To Reproduce** 1. clone repo 2. `stack build --ghc-options "-O3 -j" asterius` 3. `stack exec ahc-boot` 4. error **Expected behavior** The...

type: bug