Kōshin Alex Flint

Results 39 issues of Kōshin Alex Flint

### Describe your bug or error I am trying to modify the multiboot header in multiboot_header.S. In order to compile my changes, I have a set up gcc and binutils...

bug

Thank you for this wonderful package! I wonder whether you are interested in this pull request that checks that the version of go being executed is 1.16. With the wrong...

Is there any way that I can pass a variable into each of the bits of Go code that handle parse results in my grammar file? I would like to...

On the LilyGo T-Watch S3 2020, which GPIO pin is connected to the physical knob on the side of the watch? I'm aware of the schematic [here](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/t-watch-s3/schematic/T_WATCH_S3.pdf) but I can't...

In utilities.h, the RST pin for the T-Watch S3 is set to -1: #define BOARD_TFT_RST (-1) https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/t-watch-s3/src/utilities.h#L86 When configuring lvgl, I need a reset pin. What should I provide here?...

I installed version 1.1.0 with npm but running "azi generate wallet -p POINT" gives this error: ``` /usr/lib/node_modules/azimuth-cli/node_modules/up8-ticket/src/index.js:44 const entropy = crypto.rng(nbytes) ^ TypeError: crypto.rng is not a function at...

The lisp syntax highlighting incorrectly treats `?\"` as the start of a string, where in fact it is a character literal. This results in an inversion of string/non-string regions: ![screenshot...

S: major
T: enhancement
C: Lisp

Would it be possible to implement [Element.ReplaceChildren](https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren)? I'd be happy to submit a PR.

Looks like mailchimp API is serving integer tag IDs, and gochimp3 is using strings to represent tag IDs. To reproduce: ```go mailchimp := gochimp3.New(os.Getenv("MAILCHIMP_API_KEY")) list, err := mailchimp.GetList(mailchimpAudienceID, nil) if...