-
### Voice Changer Version
https://github.com/w-okada/voice-changer/blob/master/README_dev_en.md
### Operational System
Artix Linux
### GPU
RTX 3060 Ti
### Read carefully and check the options
-…
-
This idea first came up here:
- https://github.com/simonw/datasette/issues/2112#issuecomment-1652751140
If `datasette.render_template(...)` takes an optional `Context` subclass as an alternative t…
-
### What happened + What you expected to happen
2024-05-28 06:40:46,677 INFO api.py:67 -- (3.0 / 24 seconds) Waiting for the response from the API server address
2024-05-28 06:40:49,670 INFO api.py…
-
I might be misunderstanding the intended use but when I trial to serialise a `dataclass` containing an `InitVar` (e.g. as in the example below) I get this exception:
```python
Traceback (most recent…
-
When running the package from the snapstore following error occurs:
```
❯ opcua-client
Traceback (most recent call last):
File "/snap/opcua-client/14/bin/opcua-client", line 33, in
sys.exi…
-
Example:
```json
[
{
"type": "triangle",
"name": "ABC"
},
{
"type": "line",
"name": "AB",
"length": 7
},
{
"type": "line",
"name": "BC"
},
{…
-
# Overview
Given a `Store.to_json()` representation, one would ideally be able to use `MontyDecoder` to regenerate the `Store` object. This works for `MemoryStore`, `MongoStore`, etc. but does not …
-
Overriding the properties in CrawlerBase does not work. Properties like history_capable_date always use the default value from CrawlerBase even if they are overridden in a Crawler class.
It works if …
-
Testing with latest version of Scrapy, I found out that yielding `Dataclass objects` do not work with `scrapy-deltafetch`. If the object type is changed to `scrapy.item.Item` the plugin works as inten…
-
Hey @nh13 @tfenne ,
I'd like to consolidate a wishlist of features/improvements to the `Metric` class.
Their absence has blocked the use of `Metric` in client contexts (of note, #103 being bloc…