Volodymyr Radchenko
Volodymyr Radchenko
@ginomiglio Is [this issue](https://github.com/Addepar/ember-table/issues/964) possibly related to ember-cli-page-object/ember-classy-page-object?
Hey! Any news on adding the nested rows support to the addon itself?
Same thing here! Did you find a workaround for that issue?
Mentioned error appears because of some tests being started before the previous one is finished, which results in tests getting wrong originalContext and not being able to clean it up...
@efx Just hit the same problem. Can you please share the reproduction links again? The above mentioned ones seem to be broken.
Hi @efueger Codeclimate doesn't give any useful output regarding this error. I wonder if it might be related to this: https://github.com/codeclimate/codeclimate-eslint/tree/channel/eslint-6#temporarily-unavailable-plugins-and-configs . Seems like eslint-plugin-ember is disabled for some reason...
If you're looking for a workaround, create a `.npmrc` file with this content: ``` public-hoist-pattern[]=*eslint* public-hoist-pattern[]=*prettier* public-hoist-pattern[]=@babel/* ``` https://stackoverflow.com/questions/73637664/pnpm-error-upon-fresh-install-in-embroider-app?noredirect=1#comment130084949_73637664
Hi, all! Thanks for implementing the combobox! I'd really like to try it out but I still didn't figure out how to install ember-headlessui from this branch. Got any tips?
@balinterdi Thanks for the quick response! Do you also use pnpm for that? I think I hit [this issue](https://github.com/pnpm/pnpm/issues/3886) when I tried to install it from the gitpkg the last...
Hi! Do you have a solution for that? Hitting the same issue