Francesco Gazzetta
Francesco Gazzetta
Recent versions of infinitime make use of the flash memory and will format it, so it can happen that wasp-os does not create a default main.py on first boot. I...
from IRC/matrix: 1/12/2023, 9:07:47 AM - fgaz: good point by beardeddude here https://github.com/wasp-os/wasp-os/pull/382 . are there plans for a release? 1/12/2023, 9:08:58 AM - danielt: Aren't there still boot up...
This is a proof of concept of type narrowing à la mypy. It successfully compiles the following teal code: ```lua local record Is end -- Won't be needed in a...
This code typechecks but is unsound: ```lua local function cast(a: A) : B return a end local n : number = cast("not a number") ``` https://teal-playground.netlify.app/?c=bG9jYWwgZnVuY3Rpb24gY2FzdDxBLCBCPihhOiBBKSA6IEIKICAgcmV0dXJuIGEKZW5kCgpsb2NhbCBzIDogc3RyaW5nID0gY2FzdCgxKQ%3D%3D Found in #577
As discussed on #hackage, receiving a patch/pr/mr when a revision is made would help make the update flow back upstream. Hackage can already send an email notification when a revision...
See https://codeberg.org/fgaz/changelog-d/issues/6 --- **Template Β: This PR does not modify `cabal` behaviour (documentation, tests, refactoring, etc.)** Include the following checklist in your PR: * [x] Patches conform to the [coding...
**Is your feature request related to a problem? Please describe.** As a maintainer of many packages, I'd like to know when one of them fails to build **Describe the solution...
Just putting up this notice to let people know that I'll stop pushing the little fixes I've been doing during the last NixOS releases. 23.05 broke again, this time with...
The readme suggests the following command to clear the cabal cache: > rm -rf ~/.cabal But that also removes other stuff, such as installed binaries, logs, and the cabal config....
Seems like one of the cases in which it could greatly simplify the maintenance and the release process. Depends on https://github.com/haskell/cabal/projects/5