Nathan Ringo

Results 85 issues of Nathan Ringo

When building, `/usr/bin/ld: cannot find -lCL`. ``` shell $ locate libCL # No results $ locate libOpenCL /opt/intel/opencl/libOpenCL.so /opt/intel/opencl/libOpenCL.so.1 /opt/intel/opencl-runtime/lib64/libOpenCL.so /opt/intel/opencl-runtime/lib64/libOpenCL.so.1 /opt/intel/opencl-runtime/lib64/libOpenCL.so.2.0 /usr/lib/libOpenCL.so /usr/lib/libOpenCL.so.1 /usr/lib/libOpenCL.so.1.0.0 ```

``` INFO :tri::controller::rtm : Connected to Slack! INFO :slack : Unable to deserialize slack message, error: Json Error: ErrorImpl { code: Message("unknown variant `error`, expected one of `hello`, `message`, `user_typing`,...

Right now, a bare Git repo will work fine for a read-only wiki, but writing will go through [`Data.FileStore.Git.gitSave`](https://github.com/jgm/filestore/blob/cb1425ef1d3935524ebc566c1bcfae5db1b978c7/Data/FileStore/Git.hs#L109-L115). At best this doesn't work (`"UnknownError: Could not git add 'foo'...

I have the following property tests: ```ocaml open Crowbar let env (type a) (value : a gen) : (string * a) list gen = map [ list (pair bytes value)...

These options allow specifying an alternate type to use where pointer types would otherwise be used. This is useful for binding to a WebAssembly guest, as well as for certain...

The following should be valid CommonMark Markdown per the spec: ~~~markdown ```foo bar code code code ``` ~~~ However, `mdfmt` normalizes it to: ~~~markdown ```foo code code code ``` ~~~

The `T: Sized` bound doesn't appear to be present in libcore, so I'm presuming it was an oversight here?

Resolves #46 (although to be "complete" for my usecase there, I'm going to have to PR to them to add `StableDeref` impls). Caveats: Lots of tests fail without the std...

I've got a bare-metal usecase for this (where I'm storing a [spin](https://github.com/mvdnes/spin-rs) `RwLockReadGuard` with an `impl Iterator`).

I'm using doctest and cabal-doctest w/ tasty-hunit like: ```haskell import Build_doctests (flags, module_sources, pkgs) import Test.DocTest (doctest) import Test.Tasty.HUnit (testCase) doctests :: [TestTree] doctests = helper module_sources where helper name...

feature request