Results 11 comments of Sam Clift
trafficstars

I did encounter this issue last week, the root cause looked to be mismatched Pydantic types. For instance we had a `int` defined in a response model but was actually...

Hi, I'm currently working with mixpanel and wonder if you would be interested in having an unregister property handler? Such as to support mixpanels unregister event https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.unregister How would I...

I've got nested sorting to work I was using nested components, try making your directives have isolated scope, failing that you prob could pass a conf object to `ng-sortable` and...

`ngModel` shouldn't make a difference I think, perhaps try wrapping the ngmodel directive in some html

I think this might be to do with the version of sortable JS being used, what versions are you guys using?

hmm someone did request this to be changed to that, is the issue caused because the check fails or because it passes? perhaps we could change it to an or...

I'm working on a simple e2e test suite so if I can get that done I can use this to write a test case if its a sortable issue

ah nest isnt officially supported by sortableJS I believe. It maybe worth raising this as an issue in the main repo