-
Some DCLP files don‘t have a language attribute, e.g. https://github.com/DCLP/idp.data/blob/master/DCLP/1/555.xml#L101
```xml
```
It would be favourable, however, if we could provide lanuage …
-
If you move a course module to another section, it hold the cache for the old URL.
We may have other similar problems.
Should we watch for that event and remove that URL from the cache (what oth…
-
Note: Previously reported in #570, probably very related to #676.
### Expected behaviour
Pylint was previously able to inspect cv2 member existence with the extension-pkg-whitelist parameter.
…
-
```python
class A:
def foo(self, s: str) -> str: ...
class B(A):
def foo(self, n: float) -> float: ... # type: ignore
class C(B):
def foo(self, n: float) -> float: ...
```
[M…
-
## Summary
Add mypy to the backend project.
## Background
- **Reason for Enhancement:**
Better type safety and readability.
## Proposed Course of Action
- **Changes:**
- [ ] Create a Mypy config fi…
-
Shortened code:
```
reveal_type(start) # Union[datetime.datetime, datetime.date, pandas._libs.tslibs.timestamps.Timestamp, None]"
reveal_type(end) # Union[datetime.datetime, datetime.date, p…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7781 |
|Radar | None |
|Original Reporter | @Dante-Broggi…
-
# Feature request
Currently stub files have to be explicitly referenced in the config, using wildcards is not possible. So, whenever I add a stub I have to remember to also add it to the config fil…
-
```
Burcin Erocal created an issue 2012-01-04
{{{ginac/numeric.{h,cpp}}}} contains stubs for different coefficient types.
Only the Python objects are implemeted fully. Adding native support for
MPFR …
-
I'm on this ESP IDF:
commit c76f00373fa695c017cd0c8cd0f6d622c7dffd5f (HEAD -> release/v3.3, origin/release/v3.3)
On make:
In file included from /usr/include/sys/select.h:15:0,
…