Sam Johnson

Results 50 issues of Sam Johnson

This would be really nice to have.

I've been using cake to define some db-related tasks, and I've been wanting to do this `rake` style i.e.: `cake db:migrate` however if I define a task like `task "db:migrate"`...

My expectation when using this gem was that the values would be automatically returned as symbols, however strings are used by default. If I submit a pull request that adds...

enhancement

I noticed there is a mix_with method for rgb, hsl, etc, but I was wondering how I would go about averaging a list of hsl or rgb colors to find...

TOML or YAML

enhancement

@wormyrocks not sure if you noticed before but it looks like some of the new analog support changes introduce some significant input lag / glitchiness. I'm going to investigate and...

This happens when encoding animated gifs. Some animated gifs become significantly larger (more than 50%) when they get loaded into image-rs, and then re-encoded and saved without making any other...

I have a monkey patch I've been using locally for this for a while. The tricky part is handling types correctly, as `Executor::Value` and `Executor::MultiValue` are tricky to work with....

kind:enhancement
AR Feature Parity

I have been following the DFA serialization / deserialization docs but I am getting an `AlignmentMismatch` error: ``` DeserializeError(AlignmentMismatch { alignment: 4, address: 4383310073 }) ``` What might be causing...

enhancement

## Checklist - [X] Upgrade Jets: Are you using the latest version of Jets? This allows Jets to fix issues fast. There's a `jets upgrade` command that makes this a...

bug