Ilya Radchenko

Results 184 issues of Ilya Radchenko

`` would show a loading spinner. Also a good time to add a spinner component too. Atm a spinner is a pain to add to tailwind, so this would be...

Type: Enhancement

Would be nice to have a GeoJSON format for this data, since it has lat/lng data. Github will map it too, although I'm not sure if there are size restrictions...

I've been thinking about something like https://ember-twiddle.com/228b63aeb8f8e6464960ba019d7ce720?openFiles=templates.application.hbs%2C for a while and am thinking of making an addon. At the same time, it feels like it could be part of another...

Would love an example of validations with a buffer on a per bucket basis. How would one do that?

In the demo you can add more points to the line, but is there a way to remove a point without having to recreate the line?

Would love to be able to repopulate the paths into pather without triggering 'created'. So currently the only way is to use `createPath` which triggers the `'created'` event. But I...

The delete action receives the list as `"upcoming"` instead of an actual list of videos, so it doesn't remove the video you wanted to delete. Remove the quotes here: https://github.com/jgthms/juketube/blob/master/index.html#L39

This codemod could get more attention/usage if added to ember-watson. See this PR as reference for adding a codemod https://github.com/abuiles/ember-watson/pull/105 If you submitted a PR (probably as two commands, one...

I have something like `My account number is {accountNumber}.` and I'd like the part in the braces to be a tag. Is this currently possible?