Jonathan Merritt
Jonathan Merritt
### Summary This repository provides useful links, but it hasn't been updated for 5 years, despite pending PRs asking for updates. If updates are not planned, it might be useful...
- Add GHC-8.8.1 to the Travis build matrix and `tested-with` in the Cabal file. - Bump to a nightly LTS version using GHC-8.8.1 in preparation for a stable LTS release...
Please feel free to reject if you have other plans for `stack` or any ideological reasons for not wanting to use it. (Author discretion very much respected. 😄 ) I...
On an Apple M1 MacBook Pro, the `winit` dependency build fails with: ``` Compiling winit v0.19.3 error[E0308]: mismatched types --> /Users/jsm/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.19.3/src/platform/macos/view.rs:209:9 | 205 | extern fn has_marked_text(this: &Object, _sel: Sel)...
Is it possible to run code compiled with the `amdgcn` llvm backend on macOS? When I use Apple's `openclc` compiler, I get code I can load using `clCreateProgramWithBinary`: ``` /System/Library/Frameworks/OpenCL.framework/Libraries/openclc...
Thanks for your hard work on these derivations. Currently, the installation instructions involve an imperative installation (`nix-env -iA`). I think it would be useful to illustrate how to install these...
It would be great to have Haskell functions that appear in Markdown blocks in the tintin documentation linked back to their Haddock documentation (either in project-generated Haddocks, or to Hackage...
Very cool! 😄 One issue I found is that re-sizing the window results in a stretched view of the cube, as though incorrect scaling is being used: MacOS, commit 732029bb7ae4b16e15a3e5c531548c1c97aecd58.
Request: can the documentation please provide guidance on setting the PRNG seed for consistent tensor initialization? Running this code produces a different value on every run: ``` let device =...
I tried this code: ```rust #[kani::proof] fn vec_failure() { let value: u8 = 1; /* set to zero and it passes */ let count: u16 = kani::any(); let vector: Vec...