-
```
I didn't see this as an existing issue when searching just now, but morelinq
seems like a good place for a Memoize extension method.
The goal is to allow callers to iterate over a sequence multi…
-
```
I didn't see this as an existing issue when searching just now, but morelinq
seems like a good place for a Memoize extension method.
The goal is to allow callers to iterate over a sequence multi…
-
Being able to see 0 confirmation transactions is important for latency when receiving memos. We should confirm that we can request to see 0 confirmation transactions using zecwallet-light-cli.
-
As a user, I don't want speed to be impacted adversely by constantly re-hashing the same keys.
Acceptance:
- explore options and impact of memoizing the internally used hash function.
-
### :memo: Feature Description
Currently, amounts are represented as `i64` values throughout the application. We want to introduce a `Unit` struct that explicitly states the denomination. A new typ…
-
`uniformRM (l, h)` for `Float` and `Double` is defined by drawing `x` from [0, 1] using `uniformDouble01M` / `uniformFloat01M` and then returning `x * l + (1 - x) * h`.
One might expect that `unifo…
Flupp updated
1 month ago
-
The blur 'player background style' option is rendered in realtime / re-rendered every frame. This causes lag even on devices where it shouldn't be a problem, e.g my Poco F3 with a Snapdragon 870.
T…
-
Different parts of the application display the same data and allow users to act/mutate that data from multiple locations. For example the ability to open or close an alert from the alert table, alert …
-
**Description**:
Enhance the GA4GH SDK and associated CLI by adding support for the [GA4GH Workflow Execution Service (WES)](https://www.ga4gh.org/product/workflow-execution-service-wes/) API. This…
-
This is somewhat related to both #5 and #3 but slightly different. Basically I would like a persistent cache for use when working in a jupyter notebook. The motivation is very similar to https://githu…