-
**This is an idea which might lead to an entirely new repo and project. I am adding it here in `gravity-ui-sass` simply because there isn't a better place to capture this right now**
### Background…
-
Using `linprog` from https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.linprog.html
create a minimal prototype and begin comparing to original generator. Probably best to start with…
-
```
$ uname -a
Linux singer 5.10.61-0-lts #1-Alpine SMP Thu, 26 Aug 2021 17:42:24 +0000 x86_64 GNU/Linux
$ git clone git://git.ozlabs.org/~ccan/ccan
$ cd ccan
$ git rev-parse --short HEAD
fc29ad…
-
The IDE has this wealth of knowledge about the currently loaded source code stashed in memory somewhere. I think it might be useful to expose it to the C# interactive window for inspection and modific…
-
HEllo @StRigaud ,
Deployment seems to be [almost ready](https://github.com/clEsperanto/clesperantoj_prototype/actions/runs/11382805701/job/31667270944) but I am finding an error generating the JAvado…
-
The specification defines IdGenerator as an extension point:
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#id-generators
The yaml for `tracer…
-
We are making great progress. 👍
If you are currently working on lab prototypes or adding prototypes to the main repo, then that will be your highest priority.
Next highest priority should be revie…
-
https://github.com/inspect-js/is-generator-function
There is a one-liner replacement:
```ts
const isGenerator = typeof fn === 'function' && Object.getPrototypeof(fn) === (function* () {}.constr…
-
HepMC is a HEP event record used in CMSSW. HepMC2 is currently used.
HepMC3 is a completely rewritten version. Many methods are different from HepMC2. These two records can live together in one progr…
-
It looks like the previous issue I had (https://github.com/OpenAPITools/openapi-generator/issues/18446) was resolved, but, unfortunately, I am still not able to upgrade.
My local setup give me the …