dmjio

Results 68 issues of dmjio

Why not unify `Schema` and `SchemaDocument` as the same type?

Is there currently a way (and if not, a plan) for supporting any other Monad besides `Handler` when resolving queries / mutations? `servant` accomplishes through a monad morphism. I'd really...

question

Would be very nice to have comparisons of ArrayFire vs. libraries like `hmatrix`, `accelerate`, etc. This might even warrant its own package due to the difficulty in procuring all the...

enhancement
help wanted
good first issue

Currently the installation instructions for `arrayfire-haskell` target users who install binaries into `/lib` / `lib64` on `OSX`/ `Linux` respectively. For "power users" (those who build from source), there should be...

enhancement
documentation
ops

Theoretically, there's no reason this can't be supported. ```haskell instance Bits (ArrayFire CBool) where (.&.) = A.and (.|.) = A.or xor = A.bitXor shiftL x n = A.shiftL x (scalar...

enhancement
help wanted
good first issue
question

@chessai this would be a /very/ nice to have. Issue is that doctest can't resolve arrayfire third-party dep. when it runs.

enhancement
tests
documentation

Would be nice to have hackage version, build status, etc.

enhancement
help wanted