-
```
import os
import py7zr
try:
with py7zr.SevenZipFile('corrupt.zip', mode='r') as z:
z.extractall('test')
except Exception as e:
os.remove('corrupt.zip')
```
When I’m ex…
-
Two related topics here which emerged from my vignette translations :
- [Vignette referencing a target vignette](#vignette_referencing_a_target_vignette)
- [Vignette referencing an anchor in anot…
-
**Describe the bug**
About a week ago, our Tempo alerts for compaction failures started firing.
This is the query that we use. If it's above 1, the alerts fire.
```
sum by (cluster, namespace) (incre…
-
The [Marine Knowledge Gate](http://www.kg2.eurocean.org/) is a resource pool that we may want to consider as a hub in addition to the Research Infrastructures Database from EurOcean. This list of char…
-
It's come up repeatedly that we will need some kind of `list` endpoint that will provide information about the available objects in the server. This will be required for a meta- aggregator-type servic…
-
There doesn't appear to a callback a client can register to be made aware of server disconnect. The server listen socket can definitely detect disconnected clients but not the other way around. Afte…
-
Running the sample code for getting a tweet with a single id actually scrapes dozens of tweets taking 30+ seconds and return a massive List. Is it possible to just get the first tweet object and then …
-
I am using the latest master version and I am noticing that LocalCommand was deleted in e5901bb5f56b7abf37fc456e9b3970a5958d1c9c . Is there an alternative to that functionality now since documentation…
-
**Describe the bug**
-- When I open the website Ruffle shows a large play button over the character area in the middle. When I click on it, the character doesn't appear and none of the items or cloth…
-
## Brief summary of issue
To better handle error conditions and unexpected behaviour, we should implement common exception types, and some handlers for cases where a usual course of action needs to b…