Chris Beer
Chris Beer
Is this ticket actionable by this project?
HB changed to a new issue (after the Ruby 3.4 update): https://app.honeybadger.io/projects/50022/faults/119132856
This makes sense to me. If we want to make it easier to get to search, that seems like a good opportunity for keyboard shortcuts using javascript + https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-keyshortcuts?
> with_unbundled_env was for in the first place! I think the failing CI build demonstrates the kind of failure you get without it. If the CI build can be fixed,...
If we're going to remove the whitespace and borders around each facet, I think we also need to change the background color of the accordion headers (like IU + SHI...
👎 . Removing the airbnb defaults removes something like 2/3 of the style rules we want to enforce. While we could bring them in, I think it's also ok to...
Instead of all this shuffling and refactoring, would it be better to just have the workspace reducer handle the `SET_CONFIG` action too, say something like: ``` --- a/src/state/reducers/workspace.js +++ b/src/state/reducers/workspace.js...
It's definitely confusing how the different properties are spread across state. Maybe this is a good opportunity to develop a general pattern for it.
I don't think this change would be backwards compatible (like #3333), right?
Related to #2573 / #2575.