-
The Source Generator feature is being [investigated to create a runtime agnostic and AOT compatible P/Invoke stub generator](https://github.com/dotnet/runtime/pull/33742). One of the hard requirements…
-
This is just a thought. I'm interested in what people think.
Background:
Go has two short circuit binary operators, `&&` and `||`, that only evaluate their second operand under certain conditio…
-
# Problem
The standard functionality is not complete; some non-blocking now, some not.
# Proposal
I. As a baseline goal, these functions will be proposed for addition to MPI-3.x:
Groups,…
-
### Have you searched the existing suggestions?
No
### What is your suggestion?
For those hardcore macro players with more than one screen (or just one if you can find a way to macro with both tabs…
-
### Test case:
```
const emitter = dush()
const handler1 = () => { console.log('a') }
const handler2 = () => { console.log('a') }
emitter.on('a', handler1)
emitter.on('a', handler2)
emitt…
sqal updated
5 months ago
-
### Requested Feature
Recursively search output directory for matching songs. Currently, only the output directory is searched instead of sub folders as well which can make managing songs quite diffi…
-
I wish to keep the naming convention of the major version of the app to be in line with the major version of the chain that it is intended to run on. Unfortunately I also forgot to keep this conventio…
-
Hello,
I'm compiling oofem in visual studio, and as per the latest commits on git hash and compilation info, **a full rebuild is always required even if there's no changes in code**.
I'm guessing w…
-
Hi @goulart-paul, I was noticing some strange results with Clarabel (using v0.7.0) and I was able to reproduce it in the form of a simple QP with 2 variables, 1 equality constraint and 2 inequality co…
rienq updated
5 months ago
-
The currently supported SQL grammar is 21c. See [supported versions](https://github.com/Trivadis/plsql-cop-cli/blob/main/parser-limitations.md#supported-oracle-versions)
We should add support for 2…