Simon Fish
Simon Fish
Hey, folks! I'm investigating adopting this for ViewComponent. As I identified [here](https://github.com/github/view_component/issues/1182#issuecomment-1005002162), we'd need a few tweaks to do so and reflect the current changelog. This is one of them...
## 1. What is the data source you want to add? [Facebook](https://facebook.com) data exports. Currently there's a date source for data from the API, but a Timeliner user might have...
**Describe the bug** When moving to the next window to the right using the Meta+D keyboard shortcut, the current window freezes until you switch to another workspace or window. This...
**Is your feature request related to a problem? Please describe.** The WASD keys are currently used in combination with the meta key when it comes to switching window or workspace...
I'd like to be able to credit those responsible for a PR on GitHub within the changelog, similar to [this](https://github.com/nextreleaseio/example-branch-per-environment/blob/9e75ccf47641b7babd4baa52ec0c6bc41fef2beb/README.md?plain=1#L16), for example: ```md ## [Unreleased] ## [v2.48.0] - 2022-01-14 -...
I've put together a deck with an older version of Spectacle that I've got kicking around. I'm presenting in about three weeks. I should be able to share my screen,...
The error that's raised [here](https://github.com/chrisalley/pundit-matchers/blob/master/lib/pundit/matchers.rb#L194-L198) is vague. It'd help the usability of this library if a specific error could be raised - ideally, it'd be somewhere along these lines: >...
I have a state machine on a class that inherits from `ActiveRecord::Base` that's something like this: ```ruby state_machine :state do state :one, :two do validate { |record| record.validate_has_gubbins } end...
It was previously confirmed that [the Component suffix would remain a default](https://github.com/github/view_component/pull/1005) in ViewComponent, but I'd appreciate the flexibility not to have to use it to keep in line with...
You can use % tags to set the title and author of the document, or use YAML headers, as follows: ``` % The Chomsky Hierarchy % Simon Fish ``` or...