Mathias Picker

Results 84 comments of Mathias Picker

I have spotted that the array I've created has a lot of similarities with an array in the `invalid_attribute_name_character` in the `src/runtime/internal/ssr.ts` file. Maybe the same optimization could be applied...

I did a mistake and changed the "/>" to a "/" in the list of invalid attribute characters. Fixed this, so the list should match the RegEx again now.

Note that `Object.create(null)` is not the same as `{}`: https://stackoverflow.com/questions/15518328/is-creating-js-object-with-object-createnull-the-same-as

My pull request got approval for running workflows, but many of them failed during the install-step because of a weird type error. I have no problem finding out what caused...

Svelte has no opinion on how many dom nodes there should be in the root of a component. The cleanest solution is most likely to implement an ESLint rule for...

> Hi @MathiasWP wow, you've made such great progress! > > Thanks for picking this up and work on it. There's 1 huge todo that was missing in your list,...

> > I don't know is it weird to have a variable like `regex_starts_with_Export` and maybe it should be a lowercase "e" instead? > > The reason why I used...

Would it be an idea to provide this information via the routing-events that are dispatched by single-spa as well @joeldenning? I have a use case where it would be practical...

> Is anyone already working on the implementation? I would like to contribute to this ticket if no one has started working on it. I don't think so. I was...

I've explored the popper.js library some more, and i think i've found some interesting stuff: It seems like the calculation of the coordinates is a combination of multiple values from...