-
```python
from typing import Any
# This comes from a third-party library.
def decorator() -> Any: ...
class C:
@decorator()
def method(self) -> None:
reveal_type(self) # re…
-
YARA-CI helps you to keep your YARA rules in good shape. It can be integrated into any GitHub repository containing YARA rules, and it will run automated tests every time you make some change. The aut…
-
Hi Daniel,
My question concerns the benchmarking data sets in Fig. 3 of the paper "Systematic integration of biomedical knowledge prioritizes drugs for repurposing". Are those available for download?…
-
`Confidence score`: the proportion of k-mers mapping to a taxon, the default value is 0. A taxonomic classification is only taken if it is above this pre-defined threshold. Therefore confidence thresh…
-
We should look into publishing results for https://github.com/aquasecurity/kube-bench on a stock KKP user cluster to our docs. Some tests might also be false-negatives, so we need to document why we b…
-
Could we get a quick shortcut to switch between atx and settext?
I keep on making half-assed macros for this, it would be nice to have support for this directly in the module...
thanks!
-
In the Figure 1 of CLIP paper, it showed that all input pairs are treated as positive examples (diagonal in the matrix), and all unseen (text, image) pairs are treated as negatives. Can we feed in an …
-
As of now, the code is very verbose and easy to read but I'm wondering if we can optimize readability by tweaking some code styles and namings to prevent double negatives.
For example, the followin…
-
self.txt2img_pipe.load_textual_inversion(
EMBEDDING_PATHS, token=EMBEDDING_TOKENS, local_files_only=True
)
textual_inversion_manager = DiffusersTextualInversionManager(sel…
-
We are looking to create definition files for our Lua 5.4 API like this:
https://luals.github.io/wiki/definition-files/
We have about 800 commands, so we hope to find an automated solution for thi…