-
**Description of the issue**
The `to_qasm` method exports numeric expressions in a format not fully compliant with the [OpenQASM 2.0 specification](https://arxiv.org/abs/1707.03429). Expression…
-
**Is your feature request related to a problem? Please describe.**
Currently there is no way to upload pre-made sprites for a character. Those expressions should change based on the chat status. Fo…
-
After installing M365PSPRofile on a new machine, the initial installation of the PowerShell modules generates the following error:
InvalidOperation: You cannot call a method on a null-valued expressi…
-
Not sure if I'm just doing something wrong but modifying the read-table-single-threaded example to apply a predicate, e.g.
```rust
let predicate = Expression::binary(BinaryOperator::GreaterThan, E…
-
**Description:**
I would like to propose a new feature in Elixir Explorer that allows the `on` option in the `join` function to support more complex expressions. Currently, Explorer provides functi…
-
roachtest.costfuzz/rand-tables [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/16516850?buildTab=log) with [artifacts](https://teamcity.cockro…
-
1. Find SI and CI. SI=P*R*T/100, CI=P*(1+r/100)**T - P
2. Find the area of a triangle, s=(a+b+c)/2, area =( s*(s-a)*(s-b)*(s-c))**.5
3. Solve the Quadratic Equation Ax2 + Bx + C=0
4. Find the Area …
-
### Backend
CH (ClickHouse)
### Bug description
test table schema: (id bigint, name string, day string)
query sql
```
select distinct day, name from(
select '2024-10-29' day
,coalesce(na…
-
We are very impressed with the scalability of scanpy. We are interested in performing gene co-expression clustering on large single-cell RNAseq datasets. This typically involves calculating pairwise c…
-
to prevent code like this:
``` javascript
function createROR(ops, v, n) {
// from https://github.com/fxa/uint32.js/blob/master/uint32.js
function code(v1,v2,n1,n2) {
return '(('+v1+' …