Ayrton
Ayrton
This is currently planned for the `1.0` release: - [x] examples and usage in the readme - [ ] homepage with examples - [ ] computed row heights - [...
We need to add support to listen to more than one key code, e.g.: ``` js const A = 65; const B = 66; keyHandler({ keyCodes: [A, B] })(MyComponent); ```...
Don't output rgba values if opacity core plugins are disabled. Fixes #193
**What** Add first class support for [`USE`](https://dev.mysql.com/doc/refman/8.0/en/use.html) and [`SET`](https://dev.mysql.com/doc/refman/8.0/en/set-statement.html) statements. **Why** We want to make it easier to correctly use PlanetScale over HTTP supporting some of more exotic features (boost,...
Having troubles running the generator (or requiring the gem): ``` $ bundle exec rails generate planetscale:install --organization $ORG_NAME /Users/adc/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/ffi-1.15.1/lib/ffi/library.rb:145:in `block in ffi_lib': Could not open library '/Users/adc/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/planetscale-0.1.0/proxy/planetscale-darwin.so': dlopen(/Users/adc/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/planetscale-0.1.0/proxy/planetscale-darwin.so, 5): image...