Marvin Drees

Results 58 comments of Marvin Drees

Got the same issue as the previous comment. For reading datasheets on the go it's sufficient but when I want to use the viewer to display digital train, expo or...

I think a toggle to allow zooming based on scaling is the most reasonable approach then. For me text is fine and those scanners surely wouldn't care about how they...

If I understand workspaces correctly then it's just a way to separate `replace` stanzas from the go.mod file into a go.work file which is usually intended to be marked in...

To add to that, should we maybe bump the minimum Go version to something more recent like 1.16 instead of keeping 1.13 around or are there other reasons to still...

The integration tests aren't running because the permissions inside the container restrict us from even checking out the repo in GitHubs default GITHUB_WORKSPACE. For the unit tests it looks like...

Looks like a couple of tests were written with CircleCIs environment in mind and will have to be changed for this PR to pass. Let's hope I don't find too...

``` Hardware specification for Windows and Linux virtual machines: 2-core CPU 7 GB of RAM memory 14 GB of SSD disk space ``` That's what the info page tells me....

I added a function to skip certain tests only in GitHub actions but not in CircleCI. This gives me a bit more time to investigate the failing tests in more...