Ferenc Fabian

Results 11 comments of Ferenc Fabian

> The Windows `accept` function is the same as the Unix `accept` function. But the `addr` and `addrlen` parameters are just output parameters. There is no need to pass them...

Thanks for the amazing product. Is there any chance it will be available in the next few weeks? We have a client looking to adopt it with over hundreds of...

I don't think that we need enums directly. So I don't think that we want to work on it right now. On the other hand, we've worked on the Core...

I replicated the generation issue [here](https://github.com/PumpkinSeed/macdriver/blob/main/examples/bluetooth/main.go). If I run this code, I get these kind of errors (even if I have the wrapper.go and the necessary types): ``` # github.com/progrium/macdriver/corebluetooth...

I tried in on that way as well. [Here](https://github.com/PumpkinSeed/macdriver2/blob/main/corebluetooth/corebluetooth_objc.gen.go) you can see the final result (which compiled). This is my hacking environment where I just got other errors. I commented...

There are still some issues in gocycle and golint.

Yes, but I'm sorry I thought it's not there because of conscious implementation. I'm on Fedora 25 and Chomre 57.0.2987.133 (64-bit). Thank you.

I gave a try to all theme, but I got the same error. It is the latest Chrome for Fedora.

With syntax highlighting off the caret is also displayed for me. Chrome 53, Fedora

Also in the meantime I just created a copy of the current json package of Go and I added an interface check for IsZero methods. https://github.com/PumpkinSeed/json