Bryan Cole
Bryan Cole
I'm trying to use the new v1.10 driver with SqlAlchemy v1.4. I'm trying to load a BLOB type from my database. The problem is that SqlAlchemy iterates over the connection...
I'm having a problem reading large blobs from a firebird database, using the new firebird-driver. For large blobs, the firebird driver (both new and old) returns `BlobReader` objects, rather than...
I want to model an optical isolator. This requires modelling Faraday rotation. This is probably easier than might be expected. I'm planning on making a FaradayRotationMaterial cmaterial class which works...
While browsing the Raypier codebase, I notice that a few years back I did a bunch of work creating some ImplicitSurface classes, including a number of implicit function implemented in...