-
**Is your feature request related to a problem? Please describe.**
When DBeaver displays an array cell, it currently displays the first value and reduces the rest of the array to a count, with the ab…
-
**Is your feature request related to a problem? Please describe:**
No, not a problem with the app. I'm just looking for better support to be able to run Bolt.new locally.
**Describe the solution…
-
I would like to be able to write `local` on some definitions:
```
Definition foo_def[local]:
foo n = n + 1:num
End
```
The intended meaning is the same as writing:
```
Definition foo_def:
…
-
For the following example
```haskell
leZeroToEqZero :: n (n ~ 0 => r) -> r
leZeroToEqZero x = x
```
GHC reports that
```
• Could not deduce 'n ~ 0' arising from a use of 'x'
from the cont…
-
In the "Induction and Recursion" chapter, the last proof in "Local recursive declaration" doesn't work:
```
theorem length_replicate (n : Nat) (a : α) : (replicate n a).length = n := by
exact a…
-
### Describe the bug
I used to be able to duplicate a full object (not just individual traces) in Reconstruct and PyReconstruct but now I no longer can - when I click Copy it does not create a copy…
-
I've tried everything I can think of but cannot make a post over multiple lines.
I expected to be able to use \n
Line 1\nLine2 but this posts it all in a single line including the \n
Is there…
btnet updated
4 hours ago
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still e…
-
### Describe the bug
This error has been frustrating me and I am not able to use the software because of it. One day it works the next day this happens. What is wrong with it? I am on a Mac.
### Lin…
-
**Describe the bug**
Customer reported bug with GFQL's e_forward() not returning the correct results unless the edge df IDs are named 'src' and 'dest'
**To Reproduce**
```
import graphistry…