Roffe

Results 44 comments of Roffe

I'd love your thoughts on this @FuzzyStatic. I was sitting and writing wrappers for blizzard client methods in my project and figured it would probably be of value to this...

> To clean this up the NewClient function should ingest a new structure called Config that contains clientID, clientSecret string, region Region, locale Locale as well as options for the...

```go func newCanvas(width, height int) (*vips.ImageRef, error) { canvas, err := vips.Black(1, 1) if err != nil { return nil, err } if err := canvas.ToColorSpace(vips.InterpretationSRGB); err != nil {...

Have you tried using .Filter? // Filter adds a category of files to the types allowed by the dialog. Multiple // calls to Filter are cumulative - any of the...

I also have problems with my app crashing on windows after receiving data for a few seconds, i don't get a stack trace however, just exit status 0xc0000005 (Access Violation)

It's not fixed by #208 for test i'm using GOOS=windows GOARCH=amd64 tinygo.org/x/bluetooth v0.8.1-0.20240221113924-0087e0549b0b (dev branch today) github.com/saltosystems/winrt-go v0.0.0-20240110120258-ad49e9790c38 if i set GOGC="off" (turning of garbage collector) then it stops crashing

> @aykevl I think we are mixing different problems here. Setting `GOGC="off"` does not help with the error we are seeing in 32 bit windows (at least for me). I...

I have the same issue. Disconnect on Windows doesn't actually seem to disconnect the device and i have to restart the software before i can connect to the same BT...

No errors are raised, the software next time around starts scanning fine and i can see other devices. but my OBDX Pro doesn't start announcing itself again until i close...

it seems that in the second time around in the loop it can connect again to the BT device, but now when i DiscoverCharacteristics on the UART service it says...