Bob Olde Hampsink

Results 148 comments of Bob Olde Hampsink

It looks like you're not using the latest version

You should be able to use multi-level entry data! I'll look into the other issue.

Workaround: ```javascript browsers: ['ChromeHeadlessNoSandbox'], customLaunchers: { ChromeHeadlessNoSandbox: { base: 'ChromeHeadless', flags: ['--no-sandbox'] } }, ```

When specifying the browser as `ChromeHeadless` this is automatically added, yes.

Maybe this has something to do with #158

@timkelty did you use this in the override file with the latest schematic version?

Well, since 4.0.8 the exported yaml is overridden with the override contents. And the override file is also automatically picked up in importing ;-) The argument flag is there if...

Thanks @lavrton, tested it and found a little issue: https://github.com/konvajs/vue-konva/pull/172#issuecomment-996565543

@lavrton when I remove `ref="layer"` from `v-layer` in your example I see the error: