Matthieu Jacquot

Results 14 comments of Matthieu Jacquot

Ok, actually I realize the main solid [README](https://github.com/solid/solid#about-solid) refers to A [test suite](https://github.com/solid/solid-tests) for testing and validating Solid implementations. ... so the idea may not be new :)

Ok, this seems to work for now : Best, ``` constructor(private dragulaService: DragulaService) { dragulaService.setOptions('first-bag', { accepts: function (el, target, source, sibling) { return target.className !== 'moving'; }, }); dragulaService.drag.subscribe((value)...

Maybe it would be more meaningful comparing how to handle the exact same data structures. But, anyways, with ts-pattern (and the ending `.exhaustive()` clause at the end) you've got the...

Thanks a lot @mostynb Actually, that's already what I do but I wouldn't be surprised it's a node-specific behavior. I'll investigate the nodejs_rules part of the problem. If I find...

I think I've the same problem. I use [ts-pattern](https://github.com/gvergnaud/ts-pattern) in order to handle output of a rescript function from typescript (but exact same thing with a `switch` statement) In my...

maybe we can create a separate repo with collective solutions ?

I've been surprised by the current behaviour, actually. Don't know if it's possible but a solution might be to provide a generator for each validation and combine them. It looks...

Same problem here (on windows 11). the 32bit version fails also. EDIT : wow, I just realized I read to quickly @mike-shields-dev comment, you got something working with the `1.9.1`...

In addition to @Ferik70 , if the dll registration fails, be sure to have Microsoft Visual C++ Redistributable installed (that was my problem) https://github.com/jackaudio/jack2/issues/790#issuecomment-971505385

Looks like I've got something working with the `v1.0.0` (`v1.10` & `master` throw the error above). Also it takes the stdin as input so something like `cat yarn.lock | plz...