-
- [x] Better use of typing
See
- [x] Neaten up the modelutils module
- [x] eliminate pydoc.locate dependency
- [x] Add derived db fields
- [ ] Add ability to serialize to json
- [ ] Write n…
-
For decoding Google News URLs into their real ones, I am getting error:
```python
import base64
import re
from typing import Optional
# Ref: https://github.com/Casualtek/Cyberwatch/blob/8648e…
-
**Describe the bug**
When using python's TypeVar mechanism for type annotations, EC4 code smell is triggered.
This should not be considered a code smell since using it in global scope is the standar…
-
**Issue by [nethip](https://github.com/nethip)**
_Wednesday May 13, 2015 at 11:28 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/11104_
----
- [ ] Measure the performance of ty…
-
Hey @egh!
I'm trying to use XJSLT in a project where we run XSLTs to transform dita content. We are in a NodeJS flow, so XJSLT is a great fit to circumvent any Java / JDK dependencies that we do no…
-
# Bug report
### Bug description:
The `memoryview` builtin is registered as a `Sequence`, but doesn't implement the full API, because it doesn't inherit from `Sequence` at runtime and doesn't implem…
-
Currently, MyPy doesn't report an error when a variable is imported in the `if TYPE_CHECKING` block and then used elsewhere.
For example, MyPy accepts this code:
```python
from typing import TYPE_C…
-
### Brief Issue Summary
````
{
"version": 6,
"configurePresets": [
{
"name": "Windows",
"cmakeExecutable": "C:/Program Files/cmake/3.30.2/bin/cmake.exe",
…
-
Hello,
I don't know if this is an issue or not, because smart indenting is not well defined anywhere (what is clear is that behaviour is different from previous VS versions)
In my coding style I usu…
-
The ops part of astrapy should get a systematic check: typing support is not always correct, test coverage is scarce (not an easy challenge), signature of methods should be checked.