-
```
error: Translations check failed:
- Message "Some message" defined at `tr!("Some message")` macro call in ....rs not found in files for locale "en".
- Message "Some message" defin…
-
Right now when you run mypy on a project with lakers, mypy doesn't find the stubs:
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install lakers
$ echo "import lakers" > some.py
…
-
I have `"qossmic/deptrac": "^2.0.1"` in my dev requirements. Every time I use the `object` type, PhpStorm imports `DEPTRAC_INTERNAL\___PHPSTORM_HELPERS\object` first. This is extremely annoying.
I …
-
(Or intentional choices to diverge from PEP 561 compliance.)
Subtasks:
- [x] Vendor typeshed's stubs: https://github.com/astral-sh/ruff/pull/11340
- [x] Add automation for keeping typeshed's stub…
-
I installed library from markeplace on vscode and I have trouble with this extension. Vscode version: Version: 1.86.0, vscode-phpactor version: 1.3.0 I am getting this error when hovering on some buil…
-
I'm thinking about some sound approach to distribute bindings for `ocaml-rs` as separate libraries.
I have a project, [ocaml-lwt-interop](https://github.com/Lupus/ocaml-lwt-interop), which provides…
Lupus updated
4 weeks ago
-
This behaviour, added as part of #1641, is undocumented. According to @coretl it is to enable a `wait` that times out to not be an exception. In my opinion, it's not the best name as "wait" and "move …
-
### Game Name
Dead Rising HD
### Game code
CUSA04513
### Game version
01.00
### Used emulator's version (only released versions are acceptable)
0.2.0
### Current status
Nothing
### Error
[R…
-
After I did: pip install pygobject-stubs --no-cache-dir --config-settings=config=Gtk4,Gdk4,Soup3 (for gtk4), or just the default install(pip install pygobject-stubs pygobject), my vim still reports ab…
-
We should add pandas-stubs to mypy type checks:
```diff
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -46,6 +46,7 @@ repos:
args: []
additional_dependencies:
…