Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Changes!

+4 -1
+4 -1
CHANGELOG.md
··· 73 73 ([eutampieri](https://github.com/eutampieri)) 74 74 75 75 - The compiler will now raise warning for inefficient use of `list.length()` 76 - when trying to check is list empty via `0 < list.length(list)` or `list.length(list) > 0` as well as in other cases. For example, the following code: 76 + when trying to check is list empty via `0 < list.length(list)` or 77 + `list.length(list) > 0` as well as in other cases. For example, the following 78 + code: 79 + 77 80 ```gleam 78 81 import gleam/list 79 82