commits
Gleam 1.5.0rc1 produce a new build warning because wisp targets gleam >= 0.32.0
but gleam_otp and glisten make use of `@internal` annotations.
> The `@internal` annotation was introduced in version v1.1.0. But the Gleam
version range specified in your `gleam.toml` would allow this code to run
on an earlier version like v0.32.0, resulting in compilation errors!
The 'get_cookie' example is not in sync with the arguments required.
It seems to be necessary and it seems like the docs aren't in sync but
I might be wrong.
I feel like the flow of the wordmark is interrupted between the s and p,
currently. This is an attempt at fixing this.
Gleam 1.5.0rc1 produce a new build warning because wisp targets gleam >= 0.32.0
but gleam_otp and glisten make use of `@internal` annotations.
> The `@internal` annotation was introduced in version v1.1.0. But the Gleam
version range specified in your `gleam.toml` would allow this code to run
on an earlier version like v0.32.0, resulting in compilation errors!