Andrea

Results 261 comments of Andrea

Here is the error if I make the file readonly Traceback (most recent call last): File "dc.py", line 3, in cache = diskcache.Cache('/tmp/peppo') File "/tmp/pppp/lib64/python3.7/site-packages/diskcache/core.py", line 432, in __init__ sql(query,...

So my use case: my app connects to live data sources, so I use disk cache for 2 purposes: 1) speed up live operation 2) run unit tests What happens...

Yes, as long as I know I have not really changed it. But every so often I do actually make a change I want to commit.

Is this feature of any interest at all?

https://github.com/grantjenks/python-diskcache/pull/127 Here is a simple example.

I saw it. There is some tuple issue now in the comparison, but more importantly: - There will have to be some exceptions to the checks being made. - The...

This time I made 0 changes to the MidiTools files from this repository. https://github.com/audetto/MyApplicationTestMidi2 There is no MidiService bundled in the app so you will have to try a bit...

Hi has there been any progress on understanding what happens when 2 ports (an input and an output) are opened from the same device?

I was writing some filters that would receive midi, modify and send back, and with the current design it was difficult and frustrating. At minimum, it should error if someone...

I found that the device can be opened twice, but success is not guaranteed, and even when it works, should it be closed once? multiple times? If it could just...