Pierre Curto

Results 9 issues of Pierre Curto

Expecting a stack overflow (I think?) and getting a segfault. ``` module oups; struct Foo { char[8

Enhancement Request
Accepted
Backtrace

As per discussion on Discord, it would be nice to add a way to run tests defined within a library project. Adding a `test-lib` command to the compiler would be...

I propose adding a new FileSystem type in the std::io module to abstract how files can be accessed and have a default implementation for the operating system file system. One...

tinygo version 0.31.2 darwin/amd64 (using go version go1.22.3 and LLVM version 17.0.1) ``` tinygo build -gc none ld.lld: error: undefined symbol: _runtime.alloc >>> referenced by task_stack.go:75 (/usr/local/Cellar/tinygo/0.31.2/src/internal/task/task_stack.go:75) >>> /tmp/lto.tmp:(symbol _internal/task.start+0x19)...

docs

Fixes #5088. ### Description: When a Table has its header(s) shown, keyboard navigation fails to show the first row or column if the list was scrolled. This is because the...

Fixes #5107. ### Description: Previously, widget.Button did not grab the focus when tapped, resulting in any focused widget on the canvas remaining focused. Now it does gab the focus and...

The file name convention now also includes the architecture.