Luca Corbatto

Results 15 issues of Luca Corbatto

I recently got an ACR122 and am also affected by #535. Can confirm, pull-request #563 solves the issue. I'm currently running a self compiled version based on commit f8b28523d710c2354e1dc9094be5ebbaff494ea3 with...

bug
needs investigation

**Describe the bug and expected behavior** During installation, after the first reboot the system will not boot anymore (black screen screen). Upon force-resetting the VM multiple times it finally boots...

enhancement

My [yapscan project](github.com/fkie-cad/yapscan) makes use of CGO and mockery. (currently only the *develop* branch is affected, in case you want to try it with my project) I installed mockery version...

I have just run into a race condition based on `ShouldNotBeNil`. Running this minimal example with `go test -race` triggers the race condition. ```golang type runner struct { c chan...

This might just be a case of the docs needing clarification. ### How to reproduce - I installed python 3.8 on windows 7 x64 Ultimate - Installed dependencies via `pip...

upstream-bug

Especially on windows, suspending processes may currently crash or hangup the system. Probably needs more entries in the process blacklist. In particular the following - winlogon.exe - ...

bug
os:windows

Because of how system/info.go:39 works, compiling for 32-bit but running on a 64-bit system would result in yapscan falsely claiming the system is 32-bit when it's actually 64-bit.

This will basically be done during test writing, see #3

documentation

- [ ] Godoc - [ ] Manpage / Wiki

documentation

When prolog wants to output things (e. g. via `write` or `portray_clause`) the output is lost. It goes to the terminal where jupyter is running but does not end up...

bug