Sam Mousa

Results 439 comments of Sam Mousa

This is a BC break for any code that externally access the zip file which may now no longer exist.

Hmm, my thoughts on this: 1. `updateProps` internally uses `$set`: https://svelte.dev/docs/client-side-component-api#$set This is an issue because this exposes _all_ internal variables of the components, not just the exported ones. A...

I only reacted to this because of code quality concerns; I don't care about this feature otherwise so I'll not experiment with it. That said, an improvement unrelated to the...

Note that some languages have multiple plural forms: https://en.wikipedia.org/wiki/Dual_(grammatical_number)

Side note: in modern applications importing JSON works fine as well (in most toolchains)

I understand your points, however what is the reason for not just having data as JSON in the source (and build)? Having it wrapped in a script, polluting the global...

I'm not a Laravel fan, not am i familiar with how they scan vendor packages. Seems like risky business to me! *-) Symfony docs suggest some explicit configuration is required:...

> I believe the same is possible in both Symfony and Laravel though: a package could access the DI container, thus is can access the router, thus it can directly...

It seems many of the failures are not related to my changes....

I'll have another look after the weekend, for now any annotation I add seems to have no effect on the asserted type.