MichaelS11
MichaelS11
I like to look to Javascript to check on these kind of issues: ``` a = 1 b = 1.1 console.log(a == b) // false a = "1" b =...
Thinking about this more, I think you are correct, we should add `===`
Do you think this can be closed?
@mattn any thoughts?
This may not have been an issue with Go, nor with arm. Maybe this was just issue with a 32 bit system. From Big: MaxPrec = math.MaxUint32 // largest (theoretically)...
@mattn any thoughts?
Was curious, what would this look like? Is there an example from another language like Go, JavaScript, Python, etc.?
Yeah, having language specification would be very nice. I personally would like to see 95%+ code coverage testing first.
There is a lots still to do, including examples and language specifications. Anyone who would like to help, good PRs are excepted. Until more examples are made for slices, I...
I think the issue is that there is just not enough CPU power on the Pi Zero to do the periph.io busy read fast enough. On a Raspberry PI 3...