Rasmus Schultz
Rasmus Schultz
> I'm not sure I'd want a list reconciler in the main repo - Sinuous doesn't even have that Yes it does: https://github.com/luwes/sinuous/tree/master/packages/sinuous/map Most of the feature packages are available...
Come to think of it, this probably isn't done. It most likely needs to be integrated with the add/insert/remove API methods? As of right now, it expects each item to...
The caching feature in `when` is interesting, I didn't realize that's how it worked. It's actually not what I expected, and I can see this potentially creating a few problems....
> Honestly I never use more than like 10 elements so I just recreate them every run 🙃 So your todo-list app will have a limit of 10 todos? I...
If I may, I'd like to suggest [zora](https://github.com/lorenzofox3/zora) - a very modern little test-framework with great performance and familiar surface ergonomics. For one, it does async tests way more reliably...
I'm not sure what you mean by that. Ideally, I'd like a report that looks like the following: ``` +-----------------------------------------+-------------------------+ | unknown symbol | guessed dependency | +-----------------------------------------+-------------------------+ | mindplay\implant\AssetPackage...
> it requires switching to https://github.com/Roave/BetterReflection first `ReflectionExtension` is used [here](https://github.com/maglnet/ComposerRequireChecker/blob/f180153409f86590f150c8fd80967ed99a0088e7/src/ComposerRequireChecker/DefinedSymbolsLocator/LocateDefinedSymbolsFromExtensions.php#L20) and the [compatibility chart](https://github.com/Roave/BetterReflection/blob/master/docs/compatibility.md) says it won't be supported. I don't see any other usages of the Reflection API...
> This means that the useless packages would be filled with potentially dangerous false-positives. That fact makes it perhaps not useful for automation, but yhere could still be an option...
I ended up using `deep-eql` - I was just reporting the issue to make it known, like a good citizen ;-)
> you are asking for `User` type and you are getting `User` and fact that you are not using all `User` props is internal logic and can change in the...