Ilya Radchenko

Results 184 issues of Ilya Radchenko

Once tests pass to be able to deploy to multiple environments. Related issues: - #402 - #379 - #367 - #233 (probably related)

feature request
ui
0 - Backlog
refactor

See related issue https://github.com/travis-ci/travis-ci/issues/617 This happens when you `git push -f` and git fails to clone the repo properly so you get the following error: > fatal: reference is not...

Moved from #652 Basically most of the config pages that come with Strider by default have auto-save, which is unpredictable and can get you into weird states. Remove autosave and...

good for beginners
enhancement

Currently there is no way to debug anything in an engine. None of the containers show up if defined in an engine.

enhancement

This addon: https://github.com/ember-a11y/a11y-announcer Now that we have page-title as part of new apps, this is the next step to have better accessibility with route changes.

> Based on https://mobile.twitter.com/knownasilya/status/1152293795901464577 With the addition of `...attributes`, element modifiers and having multiple top elements in a glimmer component, it has become obvious that `...attributes` is too limited (I'm...

Currently a subcollection is queried by the model name and not the relationship name: ```js // models/idea.js outline: hasMany('outline-item', { subcollection: true }) ``` Would call findHasMany and look for...

How does one add local resolvers for local state management like here: https://www.apollographql.com/docs/react/data/local-state/

Type: Question

Cannot find module @babel/compat-data/data/corejs3-shipped-proposals is the error I get. Works fine with Node 10. Probably needs deps updated.