-
I have the following line (from this repo) `return Hover(listOf(Either.forRight(MarkedString("kotlin", hoverText)` for which KLS reports:
```
[INFO] debounce0 main Linting .../hover/hovers…
-
In #9990, we [discovered](https://github.com/pylint-dev/pylint/pull/9990#issuecomment-2411463617) that extending the fix for false negatives for used-before-assignment for objects guarded behind type-…
-
Can somebody tell whether I am wrong or has experienced the same?
When adding negative prompts and then generating the image, it seems like these prompts get added to the image, instead of... not.
-
Force Diamond check missed following cases:
https://github.com/checkstyle/checkstyle/commit/1395a92adb0d8fd0767bee81dc407c5e58b37252
Check: https://github.com/sevntu-checkstyle/sevntu.checkstyle/blob…
-
check out things like `'%VAIL%RESORT%'`
-
Strange bug, and might be more of a user error
I've created "broken.fa.gz" by downloading 10 public genomes and compressing the file with bgzip.
I've created "works.fa.gz" by uncompressing this fi…
-
My understanding is that fine-tuning using sentence-transformers over pairs assumes that the pairs are symmetric.
For example, using [ContrastiveTensionLossInBatchNegatives](https://sbert.net/docs/pa…
-
In #1093 @bickelj asked some questions about using Keycloak for managing permissions and didn't really get a direct answer (sorry Jesse, there were enough moving parts / trying to scope out the core u…
-
```python
a = lambda x: x # Raises E731
a = (
lambda x: x
) # Doesn't raise E731
a, b = lambda x: x, lambda y: y # Doesn't raise E731
a, b = 1, lambda y: y # Doesn't raise E731
```
-
```
$ staticcheck -version
staticcheck 2019.2.3
$ staticcheck -debug.version
staticcheck 2019.2.3
Compiled with Go version: go1.13
Main module:
honnef.co/go/tools@v0.0.1-2019.2.3 (s…