Vincent Lecrubier
Vincent Lecrubier
Hi, do you know any way to get something similar to linalg, ( with at least linalg.norm) easily ?
Hi @birkir, this project seems really interesting, what's its status? I see that not many contribution happened in the last year. I'd be willing to use and more importantly sponsor...
Need to replace uuid with something else
# Wildcard in middle resource of url whitelist pattern don't work ## Summary Trying to run the proxy with the following arguments ``` --enable-default-deny=false --resources "uri=/_next/static/*/pages/test|roles=employee|methods=GET" ``` Gives exactly the...
Docblockr generates this kind of tags `@param {[type]} name [description]` However some documentation tools such as documentation.js when used with flowtype do not need those tags as they are smart...
Right now this plugin does not support many-to-many relations simply. You have to go through the relation table in GraphQL query, which is not ideal, or at least not consistent...
Hi, congrats, this is a very good library! Solid. One kind layout which is pretty useful and gaining steam in IDEs is the "drawer layout": It would be amazing to...
When installing with yarn v2 I get the following warning: ``` ➤ YN0002: │ rc-input-number@npm:4.5.6 doesn't provide react@^15.0.0 || ^16.0.0 requested by rc-util@npm:4.20.1 ➤ YN0002: │ rc-input-number@npm:4.5.6 doesn't provide react-dom@^15.0.0...
I cannot make this work on my HX90V: ``` $ python src/example/scan_for_cameras.py Available cameras [('HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=1800\r\nEXT: \r\nLOCATION: http://192.168.122.1:61000/scalarwebapi_dd.xml\r\nSERVER: UPnP/1.0 MINT-X/1.8.1\r\nST: urn:schemas-sony-com:service:ScalarWebAPI:1\r\nUSN: uuid:000000001000-1010-8000-02AEFA7863EA::urn:schemas-sony-com:service:ScalarWebAPI:1\r\n\r\n', ('192.168.122.1', 48385))] Checking Camera : ('HTTP/1.1...
This module uses a version of the module`graphql` which relies on `.mjs` ES Modules. This is not supported by create react app v2 so it is not usable with the...