Sander Hahn

Results 11 issues of Sander Hahn

Would be nice to get `lint` results for cyclic (static) import dependencies, to stimulate writing code with layered responsibilities. Current lint rules works on a file basis, however the dependency...

request

SystemStackError: stack level too deep on Ruby 2.1.2/Rails 4.1.2 when updating geo enabled attributes

Sometimes its handy to be able to filter certain types/fields in a large schema. This is a feature request to be able to introduce such filters without building a custom...

enhancement

Hello Benny, noticed on http://jobs.elixirdose.com/feed that the feed doesn't escape ampersands in the xml. This might result into xml parse errors when the text contains a character like an ampersand...

## Bug Report Some plugins create very large `wp_options.option_value` (possibly for caching) this makes the command `wp option list` hang/very slow and unusable. Workaround is removing all large options using...

internal-api:wp-cli-utils-format-items

Use `FreshContext` instead of `HandlerContext` which gave a deprecation warning.

Closes #69 based on #76 also replace `background.png` to reduce filesize from 730KB to 176KB

Closes #21 based upon PR #76

I upgraded the dependencies and adjusted the `insert`s that seemed to have a different [API](https://supabase.com/docs/reference/javascript/insert) now.

The json serialization doesn't handle lowercase/underscored column names when serializing to JSON. The struct fields are missing json tags to convert into lowercase. This might not really be a problem...