-
types of arguments are already documented in the docstrings as `:type param: ...`. by now python has had built-in support for type annotations via PEP484 for many years (since at least 3.7, if not ear…
kwshi updated
3 weeks ago
-
Largo could be used (by an expert) to review the annotations of a single other user. To do this, the annotations need to be filterable by users. The reviewer/expert can select one (or more) user(s) to…
-
## Describe the issue
Some BND variants are missing vep annotations, while the rest have them.
## Additional information
### System
- VEP version: 113
- VEP Cache version: 113
### Full VEP…
-
`org.openrewrite.java.cleanup.ExplicitInitialization` and `org.openrewrite.java.cleanup.UseDiamondOperator` removes the argument type when it's a lombok.val variable.
`val products = new ArrayList(…
-
### Describe the project you are working on
An RPG with a lot of cutscenes
### Describe the problem or limitation you are having in your project
For a variety of reasons, I've elected to use GDScri…
-
Manifest URLs: https://files.tetras-libre.fr/dev/vertical_video_with_annot.json
Open the above manifest URL in Mirador Video. It is a vertical video with an annotation targeted at `#xywh=0,0…
-
When researching for pdf.js library I found that this code block was refactor from commit https://github.com/mozilla/pdf.js/commit/a62ceedb692f33bf9d7b25e2ca1a9fe9d25f3c84 has a minor typo error.
…
-
I have a reconciler that extends `KubernetesCRUDNoGCDependentResource`. The created dependent has the following annotations:
```
metadata:
annotations:
io.javaoperatorsdk/primary-name: my-…
-
It is usually usefull to be able to add `labels` and `annotations` to services. One usecase might be to use `cilium L2LoadbalancerIpPool`, which usually needs `labels` to point to the pool that will h…
-
Consider the following class:
```py
class Person:
name: str
def __init__(self, name: str, age: int) -> None:
self.name = name
self.age = age
```
The rule would suggests addi…