-
Helloo!!
I stumbled on a bug that seems to be caused with the new variable explorer (not really familiar with it). In the MRE, I show that a JS error arises in a cell while parsing variables in a cel…
-
### Bug Report
MyPy incorrectly asses the type of list comprehensions built from union types. I can't see a way to make this pass typing checks. This and it even affects `TypeVar`. My only option i…
-
The original handler for `/cariGunaKata` api is:
https://github.com/irfanzainudin/pantunis-api/blob/73aff3f6c9e9ac19c475b1d9f91d3a146eb96144/api/cariGunaKata.js#L8-L92
Possible improvements:
- …
-
**Bug Report**
Inside a list comprehension mypy fails to derive the union type for lists but not for tuples.
**To Reproduce**
```python
a = 5
b = "a_string"
list1: list[int | str] = [x for…
-
commit 45d7de06e5e14c54572dafb9ea44e10e0a6da22e on Mac OS 14.6.1 Apple M1, memory 8G.
The following code gives segmentation fault at `size` 137953 and higer:
```clojure
(def size 137953)
(for…
-
> WIP
There are columns that are standalones :
* RowId
* Mnemonics
* Synopsys
* Opcode
* Domain
* number of operands
* Brief description
There are columns that are to be simply grouped…
-
## Compiler version
`3.3.0`, `3.3.1-RC4`
## Minimized code
With `-Wunused:all`
```Scala
@main def run(): Unit =
val dummy = 1
for x
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/4ian/GDevelop/issues)
### Describe the bug
> Based on TheQuirkyGamer [feature request o…
-
SuperCollider has had the great feature of implementing List Comprehension for decades.
But taking a look around the source code, I found a strange syntax that I don't remember being documented any…
smoge updated
5 months ago
-
### Feature request / 功能建议
Hi, I've found the support of the downstream task, referring expression comprehension (REC)
and the model in HF, THUDM/cogvlm-grounding-generalist-hf
Want to ask if ther…