Barrie Treloar
Barrie Treloar
I get the same error when trying the custom attribute section. ``` FAIL src/my-attribute.spec.js (5.785s) ● Console console.error internal/process/next_tick.js:68 { Error: Cannot find module 'C:\path\to\project\test\unit\src\my-attribute' from 'aurelia-loader-nodejs.js' ```
I'd love to see docs on setting up Karma, and in fact expected to see that as I've been reading from front-to-back the documentation and I vaguely remember the bias...
The problem also includes `@connectTo` as it feels like an easy win, but doesn't look like it will scale as my app gets more complicated. Its referenced an awful lot...
@EisenbergEffect It's great you've got a tech writer, it was in the back of my mind to suggest one. The first parts of the current documentation have a different feel...
@EisenbergEffect I'm at the stage where I'm learning stuff that isn't in the docs. See https://discourse.aurelia.io/t/order-of-components-lifecycle-between-components-plus-router/2947/5 There is a gap between the learnings available in the documentation and actually applying...
Some more instructions for people without a python/conda environment would be great too, I've never run jupyter before and its not obvious the steps needed to get this all installed...
When did Primsa become closed source? Instead of this entitlement attitude, why aren't some of you getting your hands dirty and implementing it? You all claim its important to your...
@developer239 Cheers! I knew I had read that article, but its more fun to craft a curmudgeon reply than send in a link - that these young whipper snappers won't...
Update `Dockerfile` with the commands listed in the error produce ``` Step 21/32 : RUN gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB ---> Running in b14a255423db gpg: key 105BD0E739499BDB: public key...
I'm hacking this locally and am preferring this option instead ``` logger.error(result.output); ``` It doesn't double print the error message string and I still get the stack trace.