ceprio
ceprio
Hi, this is a great utility and I have been using it for the last year but an issue is bugging me and I don't know how to run tests....
Hi, In order to be able to use the simulator.options('AUTOSTOP'), I needed to add the .meas functionality. The code I am pulling is adding the simulator.measure(..) member function to the...
Hi Almarklein, I've added a dynamic container for widgets. I'm using it for a few applications and I thought of sharing it as I see some questions regarding adding and...
In order for this UI to grow to a full fledget application, I believe it needs to allow users to create and destroy widgets dynamically. The underlying code seems very...
Hi almarklein, I'm looking for a way to execute a long calculation and not freeze the application. Here is the situation: I have a website where I can drop an...
I'm getting the following warning when testing the API: ResourceWarning: unclosed The reason is that the Questrade class is missing a session closing statement. Please add the following: ``` class...