Brian Carcich

Results 10 issues of Brian Carcich

I added an optional time.sleep(20) to make it work during system boot using the provided /etc/init.d/cloudprint for ubuntu under a user named cloudprint. The wait is controlled by the new...

Add comments to get it to run, in my environment anyway (Linux Mint); maybe there is a better way? I adapted the solution from your 2015 talk on youtube and...

Makefile - Use make variables to define targets - Remove test executables in [make clean] - Make strict library libjsmn_strict.a and other products - Give examples consistent names - simple...

[Just a suggestion] Current approach (re-written to be more concise, although possibly less clear): I = I + deltaT * Ki * mean_error; I = (I>limImax) ? limImax : ((IlimMax)...

demo/async/client.c - Enable client, on dial, to wait for server that has not yet started demo/async/arun.sh - Run async demo with arbitrary start order of server wrt clients fixes #...

fixes #N/A Very minor change to enable non-blocking dialing in the client of the async demo (**/demo/async/**). Client's dial will wait for server to start, and reconnect, but recv and...

**Describe the bug** Partial parse of incomplete entity (ampersand without closing semicolon) returning indication of neither completion nor error. **To Reproduce** * ###from top directory of repo: * cd libs/indicore/...

bug

added Py_INCREF(Py_None) that was missing when returning Py_None

I.e. when [errno] is EAGAIN or EWOULDBLOCK) E.g. if file descriptor is a non-blocking TCP socket, and more data are expected. This might cause a problem if compressed bytes are...

### Caveat I am new to zlib development; pehraps this has been brought up before and found to be insoluble; if so, please forgive me and feel free to delete...