Erika Rowland
Erika Rowland
Guard clauses (`if` inside a match arm) do not allow functions, the current error message doesn't adequately communicate this to the user: ```rust import gleam/io import gleam/string pub fn main()...
If a gleam module has functions that only exist for other targets, no documentation is generated for those functions. ## Example ```rust import gleam/io pub fn main() { io.println("Hello from...
Can we add [timer:send_interval/3](https://www.erlang.org/doc/man/timer#send_interval-3) to `gleam/erlang/process`? It behaves similarly to [`send_after`](https://hexdocs.pm/gleam_erlang/gleam/erlang/process.html#send_after), except it spins up a process that repeatedly sends the message every time interval. It's useful for a low-fidelity...
update ionic react package in fixtures We follow this guide: https://ionicframework.com/docs/updating/8-0. There were no major breaking changes.