-
I was planning to use the [`uasyncio`](https://docs.micropython.org/en/latest/library/uasyncio.html) micropython module to write a robust event handler for #37, but the XBee3 micropython does not incl…
-
Currently code completion on our binding is very poor.
This is connected to several issues that are explained later.
To see our progress here we are:
- [x] code completion works by loading the…
-
### Suggested Changes or Additions
- [x] Fix the Navbar links (they are now two layers instead of one)
- [x] Fix the expansion of `ArrayLike` typehints
- [ ] Check all math-formulas for proper …
-
As of March 2023 the current default Anaconda version of Python is 3.9. That might be a good heuristic for us. Some scientific libraries can be slower to update to the latest versions of Python, and t…
-
### What happened?
The NamedTuple types we generate in `apache_beam.typehints.schemas` confound pickle libraries. We work around this in many places (e.g. GeneratedClassRowTypeConstraint #22679). We …
-
### Describe the bug
The following script
```python
class MyClass:
"An instance of this class holds a list.\n\n:param r: the list as a string"
l: list
def __init__(self,r:str): self.l = li…
-
Hello, in Debian we already upgraded sphinx-autodoc-typehints to 2.3.0 and cherry-picking https://github.com/RDFLib/rdflib/pull/2852 isn't enough to fix the build.
(we haven't upgraded to sphinx-au…
mr-c updated
28 minutes ago
-
This issue serves as a tracker for issues related to autodoc and its inhability to render types. Feel free to dump the issues you find relevant and I'll add them to this tracker. That way, people can …
-
So when calling a slash command webhook, Slack will POST a body like this:
```
{
"token": "[...]",
"team_id": "[...]",
"team_domain": "[...]",
"channel_id": "[...]",
"channel_name":…
-
- [x] add a gitignore
- [x] remove `__pycache__`
- [x] use a linter such as pylint
- [x] add some kind of `requirements.txt`, `environemnt.yml` otherwise, people who try to reproduce something will…