Dan Milne

Results 8 issues of Dan Milne

Here's a bug converting the create clause: MySQL: ``` sql CREATE TABLE `example` ( `episodenumber` decimal(10,1) unsigned DEFAULT NULL, ); ``` Which gets translated to ``` sql PRAGMA synchronous =...

The Options will get passed to URI#open, so it should solve #21 and #23 . This pull request includes all the changes in #26. You can do: `Feedbag.find("https://booko.info", "User-Agent" =>...

Rebuilding a host fails with incorrect error message ```shell $ linode-cli linodes rebuild 1234 --root_pass somepassword --authorized_keys ~/.ssh/id_ed25519.pub Request failed: 400 ┌errors───────────┬────────────────────────────────────────────────────────────────────────────────┐ │ field │ reason │ ├─────────────────┼────────────────────────────────────────────────────────────────────────────────┤ │ authorized_keys...

Hi there, Log: ``` INFO : Starting Itamae... INFO : Loading node data from /Users/macuser/Development/deploy/nodes/pg.yml... INFO : Recipe: /Users/macuser/Development/deploy/cookbooks/app/app_user.rb ERROR : stdout | chmod: changing permissions of '/tmp/itamae_tmp/1574202178.8791308': Operation not...

Update the ext code to look in the new Homebrew path on M1

FastImage doesn't support the JPEG XL format. ``` FastImage.new('https://jpegxl.info/logo.jxl').size nil FastImage.new('https://jpegxl.info/logo.jxl').type nil ``` Thanks very much for writing the gem!

I'm using Plyr in a Rails app, following this example : https://github.com/timnans/episode-18-plyr-in-ruby-on-rails I'm using importmaps and StimulsJS My Stimulus controller is: ```javascript import { Controller } from "@hotwired/stimulus" import Plyr...

### Steps to reproduce Download a JXL ( EG from [here](https://jpegxl.info/logo.jxl) ) Run `Marcel::MimeType.for Pathname.new('logo.jxl')` or `Marcel::MimeType.for(File.read('logo.jxl'))` ### Expected result The correct mime type is 'image/jxl' ### Actual behaviour The...