Florian Hammerschmidt
Florian Hammerschmidt
Also, even more interesting: I have double the compile time when I run the compiler in the VSCode terminal. From macOS Terminal it is 8-9s for the full build, in...
I don't know exactly why, but this is very common for antivirus software. You are creating and changing a lot of files and my guess is that it scans each...
As a workaround you can use null from RescriptCore: ```res for i in 1 to 5 { let a = ref(null) if i == 3 { a := Value(3) }...
Yes, a `chrOpt` that checks if a given int is in the valid char range and only then returns a `Some(char)` is missing currently, imo.
This is thankfully implemented by @tsnobip!
I guess we also need the imprint page with links to the statutes? https://github.com/rescript-association/website/blob/7bf16291beccd95c7b0cb44aa1cf4567f08c8d07/pages/imprint.mdx
Yes, the Footer can grow a bit I guess.
`rescript build -w` is deprecated We need to mention it's now `rescript watch`
Concerning pipe-last: V11 formats it away, but only in uncurried mode. Which is another prerequisite for v12 anyways.