Dan Tonon

Results 155 comments of Dan Tonon

If it's going to be incompatible with previous version custom styling no matter what we do, it means we can change the structure as well. Knowing that backwards compatibility is...

I'm not sure when I'm going to have time to make the changes I'm thinking of. Don't merge this until I've had a chance to revisit this.

JS Deliver is another example of a CDN that stores everything available on npm. https://cdn.jsdelivr.net/npm/[email protected]/dist/sticky.min.js

Instead of getting people to run an extra npm install and managing a completely separate repo, you might want to try using the method I used on [mq-js](https://github.com/Dan503/mq-js). I had...

I haven't seen any code samples posted above mention that `&` can also be placed at the end of a CSS rule. ```scss .child { .parent & { color: red;...

I would suggest ``. That's fundamentally what it is isn't it? A notification element?

This isn't only an issue for the object schema. It is an issue for **_all schemas_**. `.refine()` and `.superRefine()` should return a schema that has all the same properties as...

Making these changes to the repo fixes the core issue https://github.com/colinhacks/zod/compare/master...Dan503:zod:2474-refine-not-returning-correct-types-info I haven't made a PR because it still has type conflict errors and is failing a lot of unit...

Here is a minimal example word document: [mammoth-table-issue.docx](https://github.com/mwilliamson/mammoth.js/files/1172452/mammoth-table-issue.docx)

I'm just wondering, is this bug likely to be fixed by the 1st of September? My company has a site going live in a few months and it depends on...