-
I'm not sure who asked for this, I can't find it elsewhere in the tracker. I think it was an "l" name, possibly @luigy or @lwm. Or perhaps @sjakobi ? I also recall that there's another build tool t…
-
Getting `NoSuchMethodError` in json4s `3.6.7` with Spark SQL (`2.4.0`, compiled against json4s `3.5.x`) because this method signature was changed in #519 .
Adding it back as package private (`priva…
-
This works ...
```
» git push
Username for 'https://github.com': flip111
Password for 'https://flip111@github.com':
Everything up-to-date
```
Doesn't work
```
» spago publish
Reading Spago…
-
# More repl features
I propose we give fsharp-interactive some love by adding some more features to it.
In particular, I would love to be able to list all functions in a namespace/module, print …
-
Since the update from 1.6.1 to 1.7.0, several Pekko builds fail with:
```
[error] at java.base/java.net.URI$Parser.fail(URI.java:2913)
[error] at java.base/java.net.URI$Parser.checkChars(URI.ja…
-
Right now, we're doing a lot of this manually, and flattening the package-lock.json file. It'll save a lot (and likely protect against future breakage) to use this instead:
https://www.npmjs.com/pa…
-
What laws hold for `Foldable1`, `Traversable1` and how do they relate to `Foldable`, `Traversable`? I'm assuming the laws carry over from `Foldable`, `Traversable` but it's worth noting them in Haddoc…
-
We are facing an issue when upgrading from psalm 4 to psalm 5 on SonataMediaBundle. Here is the PR with the discussion about it: https://github.com/sonata-project/SonataMediaBundle/pull/2360
We hav…
-
Hi, I'm not sure GitHub is the place to say this, redirect me if it's not.
I noticed an instance of `Control.Categorical.Functor` isn't lawful.
```haskell
instance {-# OVERLAPPABLE #-} (Base.Tr…
-
I was messing about with `sequence` today and found that it's pretty much unusable with large arrays. If I change the array size from 10 to 1000 in the link below I get script timeout errors in my bro…