-
### Discussed in https://github.com/lean-dojo/LeanDojo/discussions/116
Originally posted by **Moyvbai** December 29, 2023
I used LeanDojo to trace lean4 project(repo = LeanGitRepo(
"https…
-
Hey there,
I do have the following example which is broadly used in the `mezzio` (`laminas`) ecosystem as config-cache is passed to the filesystem while configuration is "provided" by one or multip…
-
Setting a group permission on a collection exposes all users of the group. However this works normal for data objects.
test for data objects:
```
import os, os.path
from irods.session import iRO…
-
## Question
Why is there no `Pretty` instance for `Doc ann` which functions as the identity?
On the surface, and without any detailed knowledge of the prettyprinter internals, it seems like an i…
-
I am trying to build a cabal project that has plutus as a dependency, however I keep getting the error:
```
[171 of 189] Compiling PlutusIR.Transform.DeadCode ( plutus-ir/src/PlutusIR/Transform/De…
-
```Futhark
-- ==
-- input { 2i64 }
-- output { [[0i64,1i64],[0i64,1i64]] }
def main n = replicate n (iota n)
```
The interpreter prints the result as one-dimensional. I have no idea how our…
-
I'm mostly using the library in hspec tests and there, legibility of failures really suffers when using the default `Aeson.ToJSON` instances for `Error`.
supki updated
2 years ago
-
# Bug report
Minimal, reproducible example :
```python
import pprint
pprint.pp([[1,2], [3,4]], indent=4)
```
Because of hardcoded values in the `_format` calls, lists (and possibly oth…
-
**Describe the bug**
`Option` de-serializes to it's internal representation (when `T` is present and when it's not) .
**To Reproduce**
Run this adapted example
```kotlin
import arrow.core…
-
**What is your question?**
Essentially, why? Is it by design or just a hard-to-implement thing?
***Related question.*** Is the`runhaskell Setup.hs` interface going to be fully replaced by the `cabal…