Mathieu Davy

Results 11 comments of Mathieu Davy

4.0.2 DOES work with react 16 with no warnings.

@tberster , @smattt , @davidkpiano , I'm having similar issues with a very complex dynamic form, and digging a little into this, it seems to me that it can be...

Actually, it looks like the **form** gets revalidated properly, it's the fieldsets that I use as "form sections" that don't get the new "valid" property. @davidkpiano I read somewhere else...

I've created a draft PR (https://github.com/javascriptdata/danfojs/pull/604) with an implementation that works locally, but I'm not too happy with. I'm new to package exports, so it's all a little blurry, hence...

@steveoni for me, when linking danfojs from a new vue app, master doesn't work. I get the same error describe in #594 . So this particular PR doesn't fix #514,...

> Has anyone figured out how to fix this issue? I was really looking forward to using this library in our production pipeline, but I can't remove Vite unfortunately and...

I have the exact same issue. Here's a simple repro: json data returned by a small node server: ``` { arr: [ {id: '123', enabled: true}, {id: '456'}, ] }...

Thanks @fabricereix that makes sense. However, how would you check for the absence of a property like in my example above? `jsonpath "$.arr[?(@.id=='456')].enabled" == []` is invalid (`invalid predicate value`)...

@fabricereix oh, yes, good shout. I think the issue I'm having is that I am thinking in a different language, and need to re-frame the way I look at assertions....

I'll also add that now we have an issue where some new devs in our team have hurl 6.1.1 installed (standard `brew install hurl` on mac osx), and our pipelines...