Patricio Whittingslow

Results 350 comments of Patricio Whittingslow

OK, sorry for taking so long to get back to you. There seems to be a bug in your code for starters. Calling `SetDeadline` will eventuall cause the connection to...

Actually this is not necessary! The changes proposed are in the `common` package which is not importable. The common package was made unimportable since I was sure I was going...

If anyone has a tufty+rp2040+logic analyzer I'd ask you to capture the parallel transaction over the 8 wire bus and send it to me so I can study whatever bug...

@conejoninja Hey! so what i need is the following setup: - Tufty connected to RP2040 pins following schema in example: https://github.com/tinygo-org/pio/blob/main/rp2-pio/examples/tufty/tufty.go - Keep in mind `db0Pin` points to the start...

io.EOF and net.ErrClosed are special errors. We should always disconnect on receiving them since there is no more data to be expected after receiving them. Changes in #12. Feel free...

I'd suggest going into the router configuration and checking the security configuration- also make sure you match the case of the SSID perfectly! Right now cyw43439 driver chooses WPA2 security...

Yes, in examples you can set log level to the lowest level (trace) by setting Level here: https://github.com/soypat/cyw43439/blob/a62ee4027d66bc0f92d4f7bc3902627fb8e6ed6b/examples/dhcp/main.go#L19 Set the Level field of slog.HandlerOptions to `-99` to enable all logging.

So the % punctuation makes AES fail every time?

A couple things need to happen: - StartAP functionality needs to be added correctly. It is currently implemented but untested as of yet. See https://github.com/soypat/cyw43439/issues/51 - USB RNDIS needs to...

This is beyond my expertise. Please ask on the #tinygo channel in the Gophers slack https://invite.slack.golangbridge.org/