Justin Lovinger
Justin Lovinger
I currently have an application where I am processing images with HIP. HIP has it's own function to read images, but it doesn't come with metadata. Juicy.Pixels can read metadata,...
**Is your feature request related to a problem? Please describe.** I want to use `$group`, so I need to set `zstyle ':completion:*:descriptions' format`. However, setting `zstyle ':completion:*:descriptions' format` automatically enables...
If a file has spaces, tab completion does not escape the spaces or surround with quotes. Additionally, if preview is enabled, fzf only shows files up to the first space....
1. Enable fzf tab completion 2. Run `mkdir tmp && mkdir tmp/foo && mkdir tmp/foobar` 3. Type `cd tmp/o` followed by `tab` I expect `fzf` to start with `tmp/o`. Instead,...
I have an application making hundreds of `get` calls and dozens of `insert` calls a second over 8 concurrent threads. Sled consistently deadlocks after several minutes of this. I wasn't...
**Is your feature request related to a problem? Please describe.** GHCJS cannot compile `accelerate`. **Describe the solution you'd like** GHCJS to successfully compile `accelerate`. **Describe alternatives you've considered** Don't use...
**Description** I am working on a machine learning/mathematical optimization library with `accelerate` for array computation. An optimization algorithm typically takes an objective function, like `A.Acc (A.Vector Bool) -> A.Acc (A.Scalar...
The [Accelerate reference interpreter](http://hackage.haskell.org/package/accelerate-1.3.0.0/docs/Data-Array-Accelerate-Interpreter.html) does not appear to have a `Foreign` instance, preventing the use of `foreignAcc` and `foreignExp`.
For example: ``` [ [ 0 1 2 ] [ 3 4 5 ] ] + [ 0 1 2 ] = [ [ 0 2 4 ] [ 3...
Trying to build with `shells.wasm` results in `error: infinite recursion encountered, at /nix/store/ic5qaxv68xs5xhh3mj9p8py63x89gsvq-bqkb9g31mlrfyriz9i0mnc812dapxqy2-source/pkgs/stdenv/generic/default.nix:156:14`. I tested with `nix-build -A wasm.frontend` and `nix-shell -A shells.wasm`, and Reflex Platform version 0.8.0.3 and 0.9.0.0...