Brandon Keepers

Results 93 comments of Brandon Keepers

> do you have any idea when you might be opensourcing any of it? Unfortunately, I don't. We don't currently have an internal maintainer of it, which we would need...

> Seeing all these open/ignored PRs and issues makes me think again about using dotenv in my project. Kinda worrying that Kamal is using it by default. @Samuelodan dotenv is...

@marcogregorius Expressions are currently in the `main` branch and will be released as beta in 1.1. We don't have a timeline for that, but should be within the next month...

@fer9305 @BrandonHicks-msr @gs-deliverists-io Does this fix the error for you? ```diff - change_column(:flipper_gates, :value, :text) + change_column(:flipper_gates, :value, :text, size: 65535) ```

Ok, I'm able to duplicate locally now, so I'll work on a fix here soon.

I opened another issue to talk specifically about this MySQL issue. Let's move conversation over there https://github.com/flippercloud/flipper/issues/789

> can we add the constraint to [the gemspec](https://github.com/flippercloud/flipper/blob/main/flipper.gemspec) (`gem.required_ruby_version = ">= 3"`) and do a major version bump to communicate the breaking change? Yes, good suggestion. I think I'll...

:+1: I've been missing that too.

@mfuentesg Not yet, but for now I extracted this to its own package: https://github.com/chordbook/onsong I'd love to see OnSong support get added to ChordSheetJS eventually, but it's not a priority...

This is cool. Would you be willing to merge the latest from master? Thanks!