-
I propose three mathematical functions inspired by [Iverson bracket notation](https://en.wikipedia.org/wiki/Iverson_bracket) — if(p), media(q), supports(s) — that can only be used within calc() and al…
-
### Problem description
I would like to investigate how [LATERAL](https://github.com/w3c/sparql-12/blob/main/SEP/SEP-0006/sep-0006.md) could be implemented in RDF4j.
### Preferred solution
_N…
-
### Expected behavior
Fields used for grouping should be allowed to be reused in select or order by statments.
### Actual behavior
When multiply or divide function with constant value is used in …
-
The MySQL grammar for foreign keys is as follows:
```
[CONSTRAINT [symbol]] FOREIGN KEY
[index_name] (col_name, ...)
REFERENCES tbl_name (col_name,...)
```
but Dolt treats the first part…
-
Steps to Reproduce:
1. In settings it's possible to set `"diffEditor.ignoreTrimWhitespace": true`
2. There's no option to ignore all whitespace,
Would it be possible to add `"diffEditor.ignore…
-
Copied over from #215. Inspiration is via them. Thanks also to @MasterQ32 and @kubkon for help extending it to support stack machine architectures. See #7561 for standalone assembler improvements.
…
-
**Describe the bug**
An int32 overflow is thrown when I run `prob.solve()` on a stripped down SDP involving matrices of size 100 x 100.
**To Reproduce**
```
import cvxpy as cp
import numpy as n…
-
Could this proposal standardise on one or the other?
These are two very similar features, similar enough to try to settle on a single syntax.
-
#### Description of the problem
```coq
Goal True.
let v := open_constr:(@id Type _) in
pose v.
Axiom admit' : forall {T}, T.
Unshelve. all: exact admit'.
Qed.
(* Error: Anomaly "Un…
-
I've been trying to investigate why my information extraction program with SGLang is so slow. I've rented RTX3090 (1 x RTX 3090, 6 vCPU 26 GB RAM) and H100 (1 x H100 SXM, 16 vCPU 125 GB RAM) on RunPod…