Richard Warburton

Results 25 comments of Richard Warburton

> I think this may be biting us for an MacOS X build: > ``` > ../../go/src/github.com/google/gopacket/pcapgo/capture.go:46:46: ETH_P_ALL not declared by package syscall > ``` Dhcp4 doesn't import syscall on...

Thanks galthaus, I never thought of that particular use case for this library. Please have a look at the giaddr branch and and tell me what you think of conn/giaddr.go...

240 is really the Options start point, and calling it Minimal packet size where it relates to Option handling (which is all but one time) would in my opinion cause...

I've very cautious about making changes for convenience (now that large organisations are using it), especially when adding two lines to your own code will solve your issue. It's unfortunate,...

I'm going to think about this some more. If IPv4 nochange. If mapped v4 corrects a potential bug. If IPv6 goes from invalid serverId (too long) to invalid serverId (zero...

Quoting: https://cloud.google.com/datastore/docs/firestore-or-datastore > Use Firestore in Datastore mode for new server projects. Which is why I chose it. Since one would expect this Go package to mostly be used on...

As an interim, could we have a flag that disables the touchpad and keyboard if the screen is rotated 90,180 or 270? That said I have attached /bin/orientation --count=1 to...

Probably related - the examples look really small on my 4k 13" laptop screen (Ubuntu 19.10).

> We used https://pub.dev/packages/share. - it also support universal links @sudha-anecure really? Where? Sorry to be a bother, looking at the API, it appears to only support outgoing. There is...

Don't we need build.yaml if we want .map files or pass parameters to dart2js? https://stackoverflow.com/questions/51944375/webdev-serve-missing-output-for-js-map-files I'm all for not having a build.yaml, but those will need addressing. I hit exactly...