Oliver Findl

Results 21 comments of Oliver Findl

Hello, I see. Are there any plans for standalone types support, e.g. using [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) same way as [loader-utils](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/loader-utils)? My current project using [schema-utils](https://github.com/webpack/schema-utils) looks like: ```javascript import * as schemaUtils...

Hello, > > Are there any plans for standalone types support, e.g. using DefinitelyTyped same way as loader-utils? > > We already provide types Provided types are in different declaration...

Hello, why use another package, if you already got defined possible `Schema` type in [declarations/validate.d.ts#L11](https://github.com/webpack/schema-utils/blob/master/declarations/validate.d.ts#L11) (I understand its auto-generated by tsc and therefore you can't modify it). Not to mention,...

Hello, this was my initial idea. If you include `Schema` type, it will be always up-to-date to used version of [schema-utils](https://github.com/webpack/schema-utils). If I defined `Schema` type myself, in future it...

Hello, sure I am familiar with object deconstructing syntax. But my main issue is, that I have library, which is already outputting JSX template (using `className` instead of `class`) and...

Update: It looks this bad on Full HD screens. It looks OK-ish on screens with higher pixel density. Thanks.

Hello, unfortunately no, I don't have an online example, but here is code for simple recreation of it. ```html Document svg.bootstrap-svg-icon { height: 1em; vertical-align: -.125em; /* copied from this...