Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

Got the same ``` macos@macoss-iMac % docker-machine create --driver xhyve default Running pre-create checks... Creating machine... (default) Image cache directory does not exist, creating it at /Users/macos/.docker/machine/cache... (default) No default...

I think that the typings are just plain wrong.

Indeed, the given typings in `@typings/quill` are made for `quill/quill.js`, but in the distributed package you get from npm the `quill/package.json` refers as `main` the dist file `dist/quill.js`, which has...

Question is, how does your framework inject the generated css into the DOM? You need to hijack that process and let ElementQueries.init() run directly after it. As alternative, we could...

Looks to me like you have created a loop, rethink your queries/steps and it will work.

We do not have type definitions for typescript. You need to use it with type any.

Would you like to provide a pull request with that?

Sure that works, but depends on the actual layout you wanna build. So can you provide an example with example implementation?

What does this mean more concretely? I don't understand the use-case and root issue.

That problem has nothing to do with css-element-queries but with your building step. Nominal types is broken here since your build step includes css-element-queries twice, with is not compatible and...