Rich Sadowsky
Rich Sadowsky
the images appear to be Windows and there's mention of Microsoft code sharing site, but I can't find the words "Windows", "Linux" or "OSX"/Mac OS" anywhere. Even a quick look...
The README.md files for the examples say to run: npm build Doing this does nothing on node.js 0.10.26. However, if you do: node-gyp configure node-gyp build It builds the C++...
Now that we can connect to Oracle we are experiencing a new suite of problems. The stored procs we must call have data types that JS/Node.js can't handle directly. We...
While reviewing the C++ code for my previous issue #61, I noticed that when a stored proc returns a cursor the node-oracle code in connection.cpp automatically iterates over the results...
The rainbow comet will be a single red color comet when tail_length is > 256 and step=0. I believe this may be caused by line 63 in the source: `...
[sd_read_simpletest.py.zip](https://github.com/adafruit/Adafruit_CircuitPython_SD/files/8666642/sd_read_simpletest.py.zip) This is a version of the CircuitPython sd_read_sdcard.py example program that I have added instructions on how to read SD card on Cython Maker Pi Pico (which I bought...
Hi, I am not super knowledgable about Teams. We use the Loops feature as a sort of Wiki. I want to be able to iterate over the content and access...