Evan Lovely
Evan Lovely
When looking at the `forwardRef` prop I initially expected it to work like [`React.forwardRef()`](https://reactjs.org/docs/react-api.html#reactforwardref) & the ["Forwarding Refs" docs](https://reactjs.org/docs/forwarding-refs.html) mentions - by being able to access all methods on a...
This PR will show social link URL when printed or exported to a PDF.
Super handy to be able to run `composer run-script start` to get going.
I've got this working on the Drupal Edition and it's really helpful; all you need to do to get this working for this repo is: 1. Go to [the Travis...
- Issue Type: `Bug` - Extension Name: `auto-rename-tag` - Extension Version: `0.1.1` - OS Version: `Darwin x64 19.0.0` - VSCode version: `1.41.1` ```json { "messages": [], "activationTimes": { "codeLoadingTime": 5,...
I'm getting `workflow.py:2243 ERROR not well-formed (invalid token): line 1, column 9` after a fresh install of v1.0.3 of your workflow on Ulysses 13 (v42335) that was released last week....
The library used works if every `` is in a `` but has a bug when some are nested and some are not. This will work: ```html London Manchester Paris...
## Rollup Plugin Name: `{name}` This PR contains: - [ ] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [x] other Are tests included?...
I'd like to get less dependencies in so we can have quicker `npm install`s. We can look for tasks that can be done with vanilla JS that don't need a...
If there is a MD doc with this: ``` --- order: -5 --- ``` It should sort by that and then name. The default of order is `0`. This is...