Ryan Killeen

Results 37 comments of Ryan Killeen

Would second the request to add peer dependencies listed in the docs as `peerDependencies` in the package. This will prevent having to manually install / manage packages that are already...

Would love to renew this issue. It was an assumption of mine that this would work on mobile. Happy to put in some work if anyone knows the clear fix,...

I'm closing this issue to avoid noise because: > @sinistersnare If you don't set any version (or path) in tauri.conf.json it will fall back to the version in Cargo.toml. Same...

For what it's worth, this challenge is the one blocker for adoption, both for me and the organizations I work with. I think semantic release is such a great tool,...

Providing the index as a variable in the `Replace` field would be a really great approach to making everyone happy here, I think!

After spending some time porting my solution to Echarts, I'll say that this comes as a very big surprise. I had assumed tooltips would display the interpolated value at a...

Just ran into this as well, can confirm I had to use groups to offset appropriately because of `Brush`

A few examples I've come across: ```sql CREATE TABLE Shipment ( # ... CONSTRAINT valid_status CHECK (status IN ('created', 'cancelled', 'install_ready', 'install_in_progress', 'install_completed')), CONSTRAINT building_id_set_when_ready CHECK (status IN ('created', 'cancelled')...

Including accessibility early on in the foundational steps of HTML and JS would be useful. Calling out the react a11y linting tools might be a helpful entry into react specific...

Also experiencing this issue. ~I believe it might be due to `code` being `40` instead of `ArrowDown` in the following code:~ Edit: Scratch that. After some investigation it appears that...