Carl Crott
Carl Crott
There is no advantage to doing step 4 before the migration ... =] it breaks things ... what I'm proposing is to verify that the migration has been run _BEFORE_...
Chiming in on this as well. This code works: ``` import serial import time arduino_pump = serial.Serial('/dev/cu.wchusbserial14510', 115200, timeout=1) time.sleep(1.5) arduino_pump.write(b'A') time.sleep(0.5) confirmation = arduino_pump.readline().strip() print(confirmation) ``` and appropriately returns:...
@harryberlin the b isn't a typo and instead it controls python sending the data as byte-encoded. EX: If I leave it out, I get the error message: > TypeError: unicode...
Just got to the point where the tests seem to be happily running for ~10 minutes. Biggest question is on the installation of libsodium: Do we want to assume users...
Got it. So which is the server and which is the client? Or is the "joinmarket-clientserver" the canonical codebase now? Which project should I be working to automate the install...
> clear, unambiguous answer to your question Nope! Not a problem. I assume that installation guides for OSX are useful, but not enough to integrate into the install.sh script, being...
> performance testing results are collected and then documented. Is this specifically run-time on execution orrr?
Could you provide a link to the file you're parsing?
Does someone have a working example of this "OAuth2 Flow" I would like to post to createItemDraft and the process is kind of obnoxious, to the point where I've started...
Looking through the network tab on Safari: https://spectralworkbench.org/capture/recent_calibrations.json?calibration_id=144759 Seem to be the URL which is being pulled for my calibration data on /capture/ but not on /upload/