-
Replace `as` conversions with `.into()` where possible and use `.try_into()` and handle the `Result` if not.
-
In `include/dragonbox/dragonbox.h`, in each of the `remove_trailing_zeros_traits` structs, on lines 2974 and 3012, the statement `exponent += s;` invokes a warning from gcc when `-Wconversions` and `…
-
Using this thread to collate a list of models that would be good to convert from other languages (C / Fortran / etc.). These should be sourced from different communities etc.
-
Using this snippet to save pre-trained model locally -
```
from gliner import GLiNER
model = GLiNER.from_pretrained("urchade/gliner_medium")
model.save_pretrained("gliner_medium")
```
post th…
-
## Compiler version
3.3.3 and 3.4.2
## Minimized code
```
scala-cli -j system -S 2.13.14 --dep org.python:jython-standalone:2.7.1b3
scala> val x = new org.python.core.PyList
val x: org.p…
-
**Description of the issue**
Any circuit with the inverse QubitPermutation gate added will fail if it is loaded from JSON.
**How to reproduce the issue**
```python
import cirq as c
qubits =…
-
HandshakeToHW also lowers the arith and malloc dialects. This is missing from the DC flow. It should probably get pulled out into a separate pass.
-
Hello,
It looks like my Export conversion plugin doesn't work anymore. It seems ok, but when you export datas, the excel sheet sent to google is empty. I don't know why this happens, as the convers…
-
Some table of strict variable name/location changes would benefit intermediate and above 5000 users quickly convert some examples to RS.
-
Last version golangci-lint use errcheck v1.8.0
Now errcheck gives alerts for code like:
```go
var a interface{}
a = 5
switch a.(type) {
case string:
fmt.Println("this is string", a.(s…