Alexandre Vallette
Alexandre Vallette
Hello, Very impressed about the project. I’ve seen it can be used to up to 900mhz but in practice can i measure the impedance at 868mhz?
See [this issue](https://github.com/untu/comedy/issues/5#issuecomment-273021713) for more context.
There is something I don't understand : should'nt ID_TOKEN_KEY be received by auth0 and set during login instead of being hard coded in the front end as it is done...
I don't see the usual MISO MOSI pins on this picture: 
Is ti replaced by something else ? How would you do far field without it ? Would you make batches on demand ?
Hello thanks for sharing this project, I tried to run it on my computer but I get a parse error: ` [info] == parse == [info] Running de.andlabs.routing.OsmParser /Users/vallette/Desktop/map.osm ->...
Considering your `machine_learning/examples/DecisionTree.js`, whatever the input, teh output is always the same: ``` > console.log("Classify : ", dt.classify(['(direct)','USA','yes',5])); Classify : { None: 6, Basic: 5 } undefined > console.log("Classify :...
hello, I'm one of the core contributors of koala (enabling fast excel calculations in python). I wanted to know if we should push some more on the project. As an...
As counta counts the number of cells whose value are not none, setvalue with reset could potentially alter the result.