DavidFM

Results 31 comments of DavidFM

same, https://aframe.io/docs/1.3.0/introduction/faq.html#why-is-my-experience-not-entering-vr-or-ar-mode `If you are using A-Frame 1.3.0 or older you probably need to update to the latest.` I do not understand the 1.3.0 is not the latest? Edit: I...

T'as pris une année sabbatique ou quoi? :p

this is my solution you can try... ``` .-autocomplete-container { margin-top: 20px; margin-left: 5px; .searchResult { padding: 2px; } } ```

It works well with Meteor now `meteor npm install --save qrcodejs2` and `import QRCode from 'qrcodejs2';`

hi, same, I have to stay in version 1.8.18 which `require("jquery")` , the version 1.8.19 and 1.8.20 `require("jQuery")` which don't work for me... npm jquery version : "3.6.0",

I am in the same configuration and would like to do the same thing, did you succeed?

why not do just one export? ``` export { checkDiskSpace Dependencies, DiskSpace, getFirstExistingParentPath, InvalidPathError, NoMatchError, } ```

have you implemented a Ping / Pong request ? maybe it could help you.

you have to implement it on the server and the client too. maybe this post can help you https://stackoverflow.com/a/50876880/2979191 what language is your server written in? my server is Meteor...

Hello, can you merge this ? I need additional headers in WebSocketClient :p