Michael Stapelberg
Michael Stapelberg
I wanted to use this AppImage with https://distr1.org/ and noticed that it doesn’t seem self-contained enough, which I thought was the idea behind AppImage :) The first issue I encountered...
We have a Python implementation: https://github.com/google/chrometracing/blob/main/chrometracing.py …but this implementation is not available as a package one can install via pip, only because I don’t know how to set that up.
We have a Java implementation, but I don’t know how to scrub it of internal comments, annotations and dependencies for an open-source release. I also don’t know whether/how we can...
Hey folks! I recently saw Matt Godbolt’s talk about what’s new in compiler explorer and wanted to try out the library feature. Could you please add Go Protobuf (https://pkg.go.dev/google.golang.org/protobuf/proto) as...
### Describe the bug Hey folks! I recently saw Matt Godbolt’s talk about what’s new in compiler explorer and was delighted to learn about the Control Flow Graph. Unfortunately, when...
Currently, for people who want to use gokrazy on x86, they need to use https://github.com/rtr7/kernel It would be good to offer a generic x86 kernel independent of router7. Notably, said...
There now is an official M.2 hat for the Pi 5: https://www.raspberrypi.com/products/m2-hat-plus/ Unfortunately, the Pi 5 does not boot off of the NVMe by default. Instead, the EEPROM needs to...
### Problem and impact I recently created a custom signup form for an event that creates a pretix order via the API. Because I also need to send a custom...
[Using dlv 1.22.1] Recently, I had to debug a number of failing Go batch pipelines. Because of how these pipelines are structured, it is prohibitively complicated to run them locally,...
Hey @dominikh and community, also cc @aclonegeek (author of go-ts-mode) I recently learnt that Emacs 29 includes tree-sitter: https://www.masteringemacs.org/article/how-to-get-started-tree-sitter Notably, aside from tree-sitter itself, Emacs 29 also includes a `go-ts-mode`...