-
A `map` method is missing. As well as some operator functions like `* / + -` for common types. Those should implement a special marker interface `LinearOperator` to tell that its possible to apply the…
jbee updated
12 years ago
-
As the first step to #2083, let's create STMO dashboards for all probe types that we support in GLAM. Once we have that available, we can link to them from the View SQL pop up window. This list includ…
-
Hi,
Thanks for setting all of this up. I am seeking to use the BGL library for calculating directional connectivity index (DCI) on a binary matrix. I have successfully downloaded and unzipped the …
-
Pulumi now supports enumerated types (enums), so we could enhance our SDKs with this information. I don't believe the OpenAPI spec explicitly specifies the enum values, so we'd either need to heuristi…
-
- [x] Slack types https://github.com/grid-parity-exchange/Egret/pull/239 #125
- [ ] PTDF Options (enumerated in Egret here: https://github.com/grid-parity-exchange/Egret/blob/d2a46cc0a2dbbd5f45dbb7a6…
-
Bonsai policy is to store data on its "native" scale, which means we need correspondence from one set to another. Traditionally, we would have 1 to 1 and 1 to N, but maybe it also makes sense to have …
-
This issue replaces the investigative issue [#63940](https://go.dev/issue/63940) with a concrete proposal.
To go straight to the proposal text, skip the **Background** and **Motivation** section.
…
-
Suggested in [PR#46](https://github.com/ska-sa/levpro/pull/46): At the moment we instantiate a device proxy and fetch the enum labels every time we check if the command should be allowed to execute. W…
-
(Possibly related to https://github.com/typst/typst/issues/520 and https://github.com/typst/typst/pull/587)
Lists (bulleted and enumerated, but not term-lists) seem to not be hiding/styling correct…
-
I'd like to import some features from functional languages like OCaML and F#.
The main feature I'm proposing is the possibility of using `typedef` to define sum types. They can be thought of as type …