Balint Erdi

Results 26 comments of Balint Erdi

No, in this project we use yarn although I don't see why it should matter – I think it's just standard `package.json` syntax.

@NullVoxPopuli Thank you for explaining. I meant that the host project that uses this fork of ember-headlessui uses yarn. I first tried to yarn link it locally to test but...

Turns out this has nothing to do with ember-apollo-client. [It's `ember-a11y-testing` that allows a version of `@ember/test-helpers`](https://github.com/ember-a11y/ember-a11y-testing/blob/cace71a76eecca02023d81c734be5f19c0c53ace/package.json#L65) which has that bug. I'm going to close this, sorry about the noise.

Hey Christopher, No, it has not been released, it's just something I'd like to add to the addon. If you need this, and could submit a PR (I can help),...

Thank you for the research. I'd add off-the-shelf components for glyphicons, font awesome, icomoon and ion icons as there are the ones where simply passing class names does the job....

To me, reference style links do not work at all (although I use redcarpet through middleman, a static site generator). If I have the following ``` The component I described...

A tentative API for the component would look like this: ```handlebars {{#star-rating item=song rating=song.rating on-click=(action "updateRating" song) as |stars|}} {{stars.full-stars class="glyphicon glyphico-star"}} {{stars.empty-stars class="glyphicon glyphicon-o-star"}} {{/star-rating}} ``` The `full-stars` and...

Is this what https://github.com/cardstack/portfolio/commit/c96803cf43e84c02ebf8c9c0ecbc3474abbbe548 was supposed to do or start? The `currency` query param is not serialized (doesn't appear in the URL) on the asset card yet, but the commit...

@dnaidionov If you mean being on a page like https://staging-portfolio.stack.cards/ethereum-transactions/0x21b309e841b2c06f2f3d5f7d6609b227e1d90d40b511b9a6aab4e87d36da696d and then clicking the breadcrumbs, it now works for me on staging.