Quentin Pré
Quentin Pré
Hello ! First of all thanks a lot for your efforts on this particular matter that is differential loading, the ecosystem shall be thankful ! I'm trying to convert a...
Hello, A wonderful feature now that rpi4 (which has 4 non-otg usb ports) is supported would be to be able to switch video sources from camera-ctl. Do you think it...
Hello, I'm currently having an issue I can't resolve by myself. ``` javascript class MyComponent { ... handleRef(ref) { this.rootNode = ref; if (ref === null) { cancelAnimationFrame(this.animationFrameID); this.animationFrameID =...
Hello, I just ran a few tests on an app I have running on tf-next 0.11.2. the app uses `urql` (which uses a lib called `wonka`) when deploying using next@11...
Hello, ``` 2021-10-02T06:45:15.917Z undefined ERROR (node:8) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...`...
Hi, using revisions 3.0.0 to 3.1.1-0, after log in, if a user refreshes the page `/refresh_token` will be called twice, causing the second call to return a 401. Also, `onAuthStateChanged`...
Currently the node engine is specified as `~0.6.6` which would lock the package to be used only with `1.0.0` (I guess) but wont allow for it to be used with...
Hello, Over the last few days we experienced an issue causing bleno to only show advertisement data with no access to services when deployed on a RPI3. It would even...
Hello, I'm digging into this great repository and I wondered what would your recommendations would be if I were to access those functions from another domain: - GQL API on...