Drew Hamilton

Results 11 issues of Drew Hamilton

### Describe your suggested feature For manga series that only release a few times per year, it might be useful to have a "next issue expected" date in the series...

consider

### Describe your suggested feature As far as I can tell, "Imprint" is ignored when importing metadata from ComicInfo.xml and series.json. Ideally it would import as a separate field, but...

consider

My use case is that I would like a tree structure, but to have each level always sorted by name. I'd like to have the tree editor still work for...

Initializing Cloudwatchlogger as follows: ``` l = CloudWatchLogger.new({access_key_id: '[redacted]', secret_access_key: '[redacted]'}, '/customer/main-site', 'stream-name', region: 'ap-northeast-1') ``` seems to ignore the credentials provided to the initializer and instead use the ones...

If my inputs are as follows: Parameters: {"utf8"=>"✓", "filterrific"=>{"with_tags"=>{"and_or"=>"or", "tags"=>["10", "12", "6"]}, "search_query"=>""}, "_"=>"1504129085411"} I end up with "Unpermitted parameter: tags". I've traced it down to the following lines in...

## Description This adds support for the Plum47, a keyboard kit manufactured and sold domestically in Japan by @takagi. It's based on [a commit](https://github.com/takagi/qmk_firmware/commit/cd03bf6e1173726505524f39d292f4d0b368853f) made by the manufacturer to an...

keyboard
keymap
via

### Used Zammad Version 6.0.0 ### Environment - Installation method: docker-compose - Operating system (if you're unsure: `cat /etc/os-release` ): Amazon Linux 2023 - Database + version: whatever came with...

bug
verified
prioritised by payment
mail processing
localization

Someone else came up with this same error in Issue #99 and I just haven't been able to figure it out. I've been banging my head against the wall. I...

The default base layer is too bright and makes data difficult to see. We'd like to use a dark map as seen in the example image here: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/geomap/

plugins

With config.url_filter_enabled set to false, the locale parameter is still removed from URLs: ```ruby def around_generate(params, &block) locale = params.delete(:locale) || ::I18n.locale ``` Is this by design? I wanted to...