Olaf Flebbe

Results 23 comments of Olaf Flebbe

Huh ? What command did you use to get this error ? command has to be `make class.list`

I am in the process to rewrite the Makefiles on my github.com/oflebbe/graphhopper-ios . This is in progress. In current branch dependencies are not correct. Please try "make translate" first.

Ah wasn't aware of this property of the input stream. RIght now I am misusing the filters to early fan out the elements I am interested in, with a quite...

Actually Advertising in https://github.com/tinygo-org/tinygo/issues/1949 is not working correctly as well. Sometimes the intervals are 40sec rather in the 0.1sec range.

I found the issue: I had a device (mobile) around which tried to connect to the Heart Rate Services. Sorry. Please disregard my comment.

It's o.k. to handle this here. We have the policy to have a JIRA with the commit message as summary linked to the github entry. If the JIRA is called...

I love that idea. One external dependency less using GLAD as header library.

Can confirm: minimal main to reproduce ``` package main import ( "github.com/noisysockets/netstack/pkg/tcpip/link/fdbased" ) type PacketDispatchMode int type Options struct { PacketDispatchMode fdbased.PacketDispatchMode } func main() { _ = Options{} }...