Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

Insights works currently only with images as input. This is a rather soft limitation that will be removed once we touch this functionality again.

You could copy&paste it from my element query polyfill here https://github.com/marcj/css-element-queries.

Not a great solution if you ask me. It adds a substantial amount of additional runtime code that makes the emitted JS much bigger, slower, and costs more memory. I'd...

> the application will failed to start What does that mean? Any error message?

@NexZhu Angular doesn't support yet TypeScript v4.8, so we have to wait until they release it. Should be in a couple of days, but the main issues described in this...

> Maybe other modules can be independently published. they could, but that would increase the maintainability costs enormously with almost no advantage. Supporting very early the newest TypeScript version has...

Yeah oxide.ts was not built using the type-compiler, so all their types will be excluded. In your case this results in an error since excluded types are not handled as...

Yeah that's not possible due to technical restrictions