-
Using version 1.17 in neovim, I add the following to my `pyproject.toml`:
```
[tool.basedpyright]
reportMissingTypeStubs = false
```
The LSP reports the error:
```
LSP[basedpyright] Con…
gwww updated
2 months ago
-
Looks like `TypeAdapter.dump_python()` miss one critical argument - `mode="json"`, as result not all objects are properly serialised
**STR**:
1. Create a Payload model
```python
from pydantic im…
-
I've converted some large TIFFs to lossless JP2 (using gdal_translate), the TIFFs could be read with ImageReader, but the converted JP2s (same pixel dimension, 66680x66680) cannot. I'm using opi.forma…
-
It appears `-fprofile-list` cannot be used to ignore coverage for non-emitted code. Here's an example (LLVM 17.0.6):
```c
// discard.c
static int foo() {
return 55;
}
int main() {
f…
-
To provide visibility into the operation of the code, there should be a generic way to opt-into metrics collection. This could take the form of a dynamic reporting function, which would be called with…
-
### Description of the feature you would like to add / User story
As a KKP User cluster owner
I want that if a preset doesn't specify a security group, network or subnet, those fields should b…
-
```
$ CC="gcc -m32" CXX="g++ -m32" ; ./configure --archs="-arch i386 -arch x86_64"
Checking for gcc...
Compiler error reporting is too harsh for ./configure (perhaps remove -Werror).
** ./configure ab…
tele1 updated
7 years ago
-
## Reporting using the API
Reporting in JPlag can be used to create report files from a *JPlagResult*, which can then be easily saved, transferred or supplied to an application for displaying. Curre…
-
This doesn't have priority, but when we get around to CI, we should look at these tools:
- TypeScript Formatter: https://prettier.io/
- Kotlin Formatter: https://github.com/pinterest/ktlint or htt…
-
### Checklist
- [X] I'm reporting a feature request
- [X] I've verified that I'm running yt-dlp version **2022.01.21**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
- [X] I've sea…