recursion-ninja

Results 37 issues of recursion-ninja

* **My operating system is:** Ubuntu * **My AllToMP3 version is:** alltomp3_0.3.18-65_amd64 * **Target URL:** `https://open.spotify.com/album/1PdZt4tcOrXe8TYx8XotDx` ``` Unhandled rejection TypeError: Cannot set property 'progress' of undefined at downloadNext (/opt/AllToMP3/resources/app/node_modules/alltomp3/index.js:2043:27) at...

The new Tea Sapling crop in 1.4 is rendered one tile south of their actual location. You can see an example in this farm: https://upload.farm/1Kzoae The rendering error can be...

From this [TravisCI build](https://travis-ci.org/recursion-ninja/bv-little/jobs/341033574). ``` $ hpc-coveralls --coverage-mode=StrictlyFullLines --exclude-dir=bench --exclude-dir=test test-suite fatal: Not a git repository (or any of the parent directories): .git hpc-coveralls: readCreateProcess: git "rev-parse" "HEAD" (exit 128):...

I noticed that you had an indexing error in your library. If I want to get the element in the fist column of the first row I would need to...

The new `Monad` instance does not have the method `fail`. That has been moved exclusively to `MonadFail` in `ghc-8.8.1`. I tried building `QuickCheck` with the alpha release of the `ghc-8.8.1`...

The `README.md` currently includes the suggestion: > ⚠️ **WARNING:** To get meaningful results, including downloading > of packages, the `dr-cabal watch` command needs to be run when > none of...

When I run `hlint` on our code base there are 3 parse errors and two hints, however the textual report says "5 hints". ``` hlint --no-exit-code app test ./lib/pcg-evaluation ./lib/pcg-data-unification...

good first issue

It would be nice if [`keys`][0] and [`keysR`][1] returned [`Set`][2] `a` instead of `[a]` by using the [`Data.Map.keysSet`][3] function. Set's are often preferable and this conversion would have a smaller...

When we read in data files and associate them with a TCM, they inherit the alphabet defined in the TCM file. We need to assert that every symbol found in...

defect
minor

Currently, our "cost" type is a `Double` or a new-typed `Double` labeled `ExtendedReal`. Our use-case for `Cost` does not overlap well with the `Num` and related "numeric" type-class instances. Our...

enhancement
minor