Daniel
Daniel
Transports in [Twisted](https://twistedmatrix.com/documents/current/api/twisted.internet.protocol.Protocol.html#connectionLost) and [asyncio](https://docs.python.org/3.6/library/asyncio-protocol.html#connection-callbacks) have a `connection_lost` callback. Is there an equivalent callback in thiftpy2 which gets called when a transport loses a connection?
**Problem Description**  Updating the the plot data and plot axis range causes a memory leak when manually set. For long-running applications this will eventually crash the process with a...
Some notes to self on documentation topics ### 1. Simulating large-scale scenes Units can be a problem here as we find EPS_ZERO gotchas ### 2. Problem with linear background models...
I've run your script a few times on different setup. Interestingly, I obtained different results :) The main reason is that numpy already has some multi-threaded function (and it spawns...
Surface reflection is currently handled with a delegate object approach. A node owns a geometry, the geometry owns material, the material owns a surface object, the surface object owns the...
TIR rays inside box geometry have an analytically calculable total path length to edge. This issues proposes adding a special optimisation for Box geometry which can speed to tracing of...
Nodes should allow boolean operations with their geometries.
Hello, Does this project support Django 2.0 running on Python 3.6? I get the following error using `bake`. ``` Traceback (most recent call last): File "manage.py", line 15, in execute_from_command_line(sys.argv)...
I have successfully got the stack running on a swarm of 2 Linodes and deployed to staging domain `stag.example.com`. Running the command below shows that the various services in the...
Do you think it would be possible for the quicklook plugin to display images from image links?