Graham Rogers

Results 17 issues of Graham Rogers

**What version of Tailwind CSS are you using?** v3.1.8 **What build tool (or framework if it abstracts the build tool) are you using?** postcss-cli 10.0.0 **What version of Node.js are...

Product: axe Extension Expectation: Using [`focus-trap`](https://github.com/focus-trap/focus-trap) to implement a dialog should return no issues with focus leaving the dialog. Actual: The Modal Dialog check is returning the issue "Keyboard focus...

extension

* Dart SDK Version (`dart --version`) 2.2.1-dev.2.0+google3-v2.2.1.dev.2.0 Consider the following test: ```dart class TestStream extends DelegatingStream { bool listenCalled = false; TestStream(Stream stream) : super(stream); @override StreamSubscription listen(void onData(T event),...

type-enhancement

Adds the following metrics: | Metric | DBus property | |--------------------------------------------|--------------------------| | `systemd_unit_active_enter_time_seconds` | `ActiveEnterTimestamp` | | `systemd_unit_active_exit_time_seconds` | `ActiveExitTimestamp` | | `systemd_unit_inactive_enter_time_seconds` | `InactiveEnterTimestamp` | | `systemd_unit_inactive_exit_time_seconds` | `InactiveExitTimestamp`...

I'm building a component that delegates to [`select_tag`](https://api.rubyonrails.org/classes/ActionView/Helpers/FormTagHelper.html#method-i-select_tag) to render a slot. The slot directly passes the `option_tags` parameter straight through. It would be nice if I could call `options_for_select`...

I have a control with a slot named `select` (because it created a `` element), but that means I can't use it easily within a story as it just calls...

I have a self-hosted calendar, but I also use Google Calendar for work and for shared events. I'd like to be able to view them all in one place, which...

This allows the gem to support `ActiveModel::Model` as well as `ActiveRecord`.

This makes it more convenient to handle failures from multiple steps in the same way.

I'd like to be able to fire notifications when a TODO is merged into a specific branch. This is useful for things where you have to wait for something to...