Alberto Donizetti

Results 17 issues of Alberto Donizetti

Allow only the last bit to be off(?)

enhancement

I.E. what happens if in `Exp(z)`, `z.Float64()` returns `+Inf`?

todo

``` $ tinygo version tinygo version 0.31.2 linux/amd64 (using go version go1.22.0 and LLVM version 17.0.1) ``` Kinda a corner case but reporting anyway since I saw it. Trying to...

The [README file of the libgit2 organization](https://github.com/libgit2/.github/blob/main/profile/README.md) (*not* of this repository) has two dead links: on [gmaster](https://gmaster.io/), and on [separate license](https://github.com/libgit2/.github/blob/main/profile/examples/COPYING) at the bottom.

``` $ tinygo version tinygo version 0.33.0 linux/amd64 (using go version go1.23.0 and LLVM version 18.1.2) ``` ``` package main func main() { for range func(func() bool) {} { defer...

bug
core

This change introduces a UNUSED macro, and uses it to silence around 35 unused-parameter warnings in the video/out folder. Work towards the goal of removing the -Wno-unused-parameter flag from the...

The appspot -where the tour non-English translations [we link to](https://tour.golang.org/welcome/2) in are deployed- deprecated Go1.9. This means that old deployments of the tour translations that were not updated and re-deployed...