-
Hi,
I wanted to try out your gallery on a Synology NAS via Docker.
Upon start this error happens
```Regenerating: http://0.0.0.0:3000/api/regen
TypeError: handler is not a function
at Server.…
-
-
-
This syntax is very confusing, so warn if a package uses this constraint.
Do not warn if dependencies use it.
-
```
mug/src/mug.gleam:303:14
mug/src/mug.gleam:309:10
```
-
My druid can cast this spell line just fine without one in her inventory, but live doesn't let me without having one!
-
I have extracted this reproduction from my project but not yet managed to reduce the function much.
The following can be copied in the tour code playground an it breaks as follows.
Type checking p…
-
I've been working a bit with setting AWS EKS up in IPv6 only mode with the kube-ingress-aws-controller, combined with the new "--target-access-mode=AWSCNI" mode.
When I say IPv6 only deployment mod…
-
I've been doing the PR at #3669 and I noticed that when Gleam will export the package interface JSON, it returns the documentations with an extra newline. I've then tested on the compiler without my c…
-
```gleam
// a
import gleam/dynamic.{Dynamic}
pub type Input =
List(Dynamic)
```
```gleam
// b
import b
pub fn process(input: b.Input) -> Int {
todo
}
```
Produces:
```ts
// a, v…