Steve Atkins

Results 18 issues of Steve Atkins

Go 1.13 supports [wrapping errors](https://blog.golang.org/go1.13-errors) in a standard way. tracerr doesn't print stack traces of wrapped errors, as it doesn't know how to look inside to see the wrapped error...

If a header is wrapped immediately after the field name then it's (relaxed) canonicalized form will have a space between the field name and field value. e.g. ``` List-Unsubscribe: =?us-ascii?q?long_meaningless_value......

Generating C code leads to ``` PHP Fatal error: Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, string given in /Users/steve/3rd/registered-domain-libs/generateEffectiveTLDs.php:118 Stack trace: #0 /Users/steve/3rd/registered-domain-libs/generateEffectiveTLDs.php(118): array_keys('') #1...

I found some sites I use being blocked and it wasn't easy to work out why. This PR adds a small utility `donut` that can fetch all the blocklists in...

This checks that source and destination values are assignable before trying to set the destination via reflection, avoiding panics when source and destination are different structs. It also adds some...

bug
enhancement

**Describe the bug** rowSets.Scan() tries to use reflect.Set to scan from one struct to another, regardless of whether they're compatible. **To Reproduce** Steps to reproduce the behavior: ``` mock.ExpectQuery(`SELECT now()`)....

Adding 10.80.116.0/25 followed by 10.0.0.0/8 fails with assert(bits_in_common

When running templatecheck v0.7.0 with the attached sample it panics, after dereferencing a nil reflect.Type in indirectType(). The template has a bug, it doesn't pass a parameter into the subtemplate...

If I upload a .rpm file as an artifact it's given the mime type audio/x-pn-realaudio-plugin in the UI and in the artifact API. I expect most of the .rpm files...

Add single quotes around parameters in the generated connection string if they are empty or contain spaces. Closes #1