Robbo
Robbo
Had same issue on the cells. But if I do a full border instead of just the bottom it is fine (and collapses anyway so looks the same).
Jank while scrolling. Jitters when trying to scroll fast with the wheel. If I scroll slow it doesn't really happen. I have had to sideline implementing ember-table because I have...
CI completely randomly does this. A super long timeout isn't useful because we don't want CI taking this long. I have it running now and it needed almost the entire...
This must be a gitlab runner issue. I did all their defaults using their own system to build it so makes no sense... and it also randomly works. Wondering if...
A network timeout that is super long does not help. I don't want to wait 10 minutes for the install step of our CI. When I increased this stuff usually...
I'm also using the hack and only installed today so on latest version.
You can see what they were doing here: https://github.com/ballerina-platform/ballerina-lang/tree/065cf3d07391d2430f4bcc1d07580893f1b07be2/tool-plugins/intellij This is the state right before they deleted the plugin, I guess maintaining this was a lot of work since Intellij...
This is related to https://github.com/ronco/ember-cli-head/issues/23.
Latest version doesn't give the error above, but it also still doesn't work. Fails silently it seems.
Okay so instructions on getting this working on 4.0.0 with an engine. 1. add `ember-page-title` to the engines `package.json` ```js "dependencies": { "ember-cli-htmlbars": "*", "ember-cli-babel": "*", "ember-page-title": "*" }, ```...