Jamil Djadala
Jamil Djadala
https://github.com/yobert/alsa/blob/d079056f5370c525161fa2ec4b72d0dfd5ef48b8/device.go#L256 Hi, sometimes write method write less number of frames, here is how i fixed this: ```go func (device *Device) write1(buf []byte, frames int) (int, error) { x := pcm.XferI{...
added const for beep time Please note, i edit this file on github, so please check that its compile. Regards
https://github.com/grandcat/zeroconf/blob/e1d6e579e89fc1ca9bb1faee9f2525065d3ca7d7/README.md?plain=1#L33resolver, err := ```zeroconf.NewResolver(nil)``` should be ```zeroconf.NewResolver()``` You don't need to pass nil, (and it should be error to pass nil).