Ruslan Hrabovyi
Ruslan Hrabovyi
I like an idea to leave documentation concerns to another cool community tool. https://ember-learn.github.io/ember-cli-addon-docs/ From the main page: > - Show current and versioned guides, ideally whose content is verified...
### Problem In the guides we currently have definitions like: ```js { scope: '.awesome-form', firstName: fillable('#firstName'), lastName: fillable('#lastName'), submit: clickable('button') } ``` which are used in the following way: ```js...
I have a query param defined in the controller and set it up to `refreshModel` in the route. Then I inject the `router` service to the component and trigger a...
This is one of the obvious improvements which is long awaited. We still have several dependencies on jquery: - [ ] Query selectors, like: `:eq(`, `:visible`, `:contains(`, and `:last`. We...
- [ ] mention the codemod in the deprecation guide
Cause it seems to behave in a counter-intuitive way. A query like: ```js const node = create({ scope: '.one' }); findOne(node, '.two', { scope: '.three' }); ``` generates a selector...
### Did you check existing requests? - [x] I have searched the existing issues ### Describe the feature I’d like to propose the ability to open an oil.nvim window using...