James Benze

Results 4 issues of James Benze

Note: Right now the slice will grab every argument from where it is til the end. This is fine for variadics which must be the last parameter, but slices don't...

time.Now may sometimes include the monotonic clock reading at the end of it. This will not be the same between runs, so make sure to remove it before doing string...

* Previous conversion had a typo, causing a function which returns a uint to have an int return signature * Adds a test which reproduces this issue (in previous commits...

**Problem** I'm trying to make a controlled checkbox, and I can't always seem to control the value of the input element with the `checked` attribute. **Steps To Reproduce** Here's an...

bug
web