Jamie Ballingall

Results 5 comments of Jamie Ballingall

I was in the middle of typing a comment about how I'm just getting used to Github and didn't realize that this was an interface question. I guess that is...

A similar "issue" affects the driver-io and driver-websocket examples. PR incoming...

I like the idea of a command line helper but I think we should be aware that it takes us in the direction of a full set of commands to...

For what it's worth, in my own code I'm moving toward a type `AffReal` which is exactly that kind of newtype wrapper around `Number` that excludes the value `NaN` while...

Is this the right library for these constants? An `Int` is a 32-bit signed integer and this library provides "Functions and bitwise operators for the Int numeric type". Whereas these...