Ben Girardet

Results 35 comments of Ben Girardet

I'm facing this issue with `http-only` type of cookie (seems also the case of the original poster). The api sends the following cookie: ```shell # copy-pasted from artillery debug logs...

I'm not an expert about cookies... but this could come from Artillery `origin` when sending request. I'm testing a node API with artillery and the request coming into node have...

I think it’s best to keep everything in the main UX repo and use the dev app as the official showcase. It’s only going to be easier to maintain and...

@EisenbergEffect That’s precisely how I see it. Will ping you as soon as the merge is ready. Will probably take a week or two.

@rohan-deshpande I use the standard dragula API for everything else but manually *grab* an element. From there, I continue to manage the behavior with the standard drake instance (`this.dragApi`) in...

@rohan-deshpande yeah you need to find your workaround for this. So my way of doing this follow this logic: ```js // this is inside an touch or mouse event when...

In case it helps anyone, I've been able to manage this problem by _exposing the grab method_ from the dragula API. I've created a pull request for this change and...