Hugo Duroux

Results 60 comments of Hugo Duroux

Yes! There are some changes we need to document and merge the content in this repo. It's incoming.

Hello, We didn't find the time to merge the vue3 version in this repo and properly document it. I open sourced the vue3 code and you can find it here:...

What is the problem with the npm version? This will increase the package size for tools also using html2canvas on their side

Hello, 1. Using npm on a JS lib in 2024 doesn't seem very problematic 2. npm doesn't allow changing the code of an already published version. Therefore fixing the version...

The import ../../node_modules doesn't work because xeokit is a lib and not the main project so the node_modules folder is one folder above the xeokit folder. We use `import html2canvas...

I had similar issues with unpkg. I replaced it with https://cdn.jsdelivr.net (https://cdn.jsdelivr.net/npm/@loaders.gl/[email protected]/dist/draco-worker.js in this case) should be better

Oh, I did not change it in this case, and I thought you had control over it. My contribution stops here

Hello @juanifioren, It's not when creating, it's when selecting Client from client_id in URL params. In `AuthorizationCodeFlowTestCase`, I add this test: ```python def test_client_id_with_null_char_are_rejected(self): data = { "client_id": 'Hello\0World', "response_type":...

Yes. With a way to cast a ray that will intersect a line

The solution explained here may help you: https://github.com/xeokit/xeokit-sdk/issues/1215