Rijk van Zanten

Results 433 comments of Rijk van Zanten

@nordcart This PR needs some tweaking to match the cleaned up structure of the generate-joi and seeing the next release is in two days, and we're a maintainer down do...

Hi @ranisalt! [Directus](https://github.com/directus/directus) maintainer here. We've seen some installation issues in the past, mostly when the version of GLIBC is terribly outdated on the server; which is often the case...

Also for what it's worth, I believe the error isn't related to Directus. It seems to be a dependency conflict between node-argon2, its native dependencies, and the host machine running...

What needs to be done to move on with this @earth2marsh? You asked for a couple examples outside of Express, which I think have been provided in the messages above....

> Which serialization flavors exist? Will they be enumerated in the spec? I hope I'm understanding what you're asking correctly, but based on the comments above input ``` parameters: filterParam:...

Is there a workaround available to ignore the optional chaining in the coverage reports? Like the problem mentioned above, I'm getting "Uncovered lines" mentioned for: ```js const status = error.response?.status;...

@RomainLanz Any blockers on this?

I believe this is caused by the fact that the main export of `vuedraggable` is a UMD build: https://github.com/SortableJS/vue.draggable.next/blob/f66e77aadf8c656d91e542f9888232bc9194a81c/package.json#L6 Which is incompatible with `esbuild`: https://github.com/evanw/esbuild/issues/507, which in turn is used...

@jeff-fe / @NWYLZW you don't have to specify the path to `node_modules`: ```js import draggable from 'vuedraggable/src/vuedraggable' ``` should work too 👍🏻