-
Hi all,
I am fetching ~10m records from a SF object using `sf_bulk.create_query_job(sf_object_name, contentType="CSV", concurrency='Parallel', pk_chunking=True)`. All of the chunks finish in a reaso…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/BIMSBbioinfo/anglemania/
Confirm the following by…
-
**Describe the bug**
Context: I'm using cats' syntax extension with F-polymorphic code in for-comprehension, declaring a variable of type `F[X]` and using it later in for-comprehension. When I use …
-
PERF401 is triggered and suggests rewriting as async for loop when modifying a collection from arguments, which makes this not possible.
`example.py`
```python
async def read_output(
stream:…
-
### Why is this issue important?
ruff does a good job of checking and auto-fixing python to be more correct and more consistent.
This project is just using the default 4 checkers, but there are do…
-
The current collapse/expand mechanism does nothing really for supporting code comprehension, since it is not itself indented itself around code indent levels. That is, it it does not help code compr…
-
There is a new approach from AliBaba described here.
[ALIBABA AI BEATS HUMANS IN READING-COMPREHENSION TEST](https://www.alizila.com/alibaba-ai-beats-humans-in-reading-comprehension-test-again)
[…
-
### Description
Unexpected behavior in python buddy when handling code that involve empty iterators. Specifically, involving simple operations like empty list comprehensions as well as a for loop ite…
-
Title tag: Sourcegraph docs
Meta description: Delve into Sourcegraph Docs to transform your coding workflow. With features like AI-assisted code comprehension with Cody, robust code search across bran…
-
B007 (unused-loop-control-variable) does not trigger when variables are shadowed.
See this extremely contrived example:
```python3
my_dict = my_other_dict = {}
my_list = []
for k, (v1, v2…