James Carpenter
James Carpenter
Yes, I second this as I'm currently having to version the application with its commit hash instead of version number to ensure future reproducibility. (We run a module system for...
@smoors thanks for looking into this. I based the idea off the blocks for Ansys & Matlab where they can use either the `license_file` variable or an environment variable. In...
@smoors I've made the modifications that you suggested – can you take another look?
I'm also experiencing the same issue. I've had a look at the logs on my proxy server and it seems as though the app's making unauthenticated requests for these images...
Further to my previous comment, here is a log entry from a failed request: caddy_1 | 2022/10/30 22:32:51.696 ERROR http.log.access.log0 handled request {"request": {"remote_ip": "192.168.1.2", "remote_port": "62385", "proto": "HTTP/2.0", "method":...
I'm wanting to use an i2c LCD display (using the pigpio I2C LCD class) asynchronously. I think that everything is covered in this PR, except the _i2c_write_device_ method. I'm still...
@jabdoa2 sure, although I've not done a stacked PR before... is the process to fork your repo and then submit a PR on your _add_i2c_commands_ branch?
I've been picking at this too and SourceForge have indeed restructured so that (I think) it's no longer necessary to derive the Project ID and the _files_ RSS feed can...
I've been unpicking this again recently and it is indeed related to the version of OpenSSL (and therefore TLS) running on the system, which urllib2 is leveraging. I was running...
See https://github.com/belangeo/cecilia5/issues/119