-
Can an overload log(value, base) be added so we don't need to change base manually?
should be something like ```log2(value)/log2(base) ```
-
The current charter says:
o Specification of green-oriented Network Quality Analysis (NQA) techniques, such as ICMP extensions for collection
of environmental information.
I think this …
-
Hello here,
we are using the `carbonzipper` version 0.7.2, in combination with the `carbonapi` (0.8.0) and `go-carbon` (0.9.1).
Our cluster is constituted by 3 nodes proxied by the `carbon-c-rel…
-
**User Story:**
As a FBA, I want to see relevant weather metrics in ASA so that I can gain a greater understanding of how meteorological conditions may affect the fire intensity within a given fire zo…
-
```
I propose to have a consolidation-threshold (xsd:integer) attribute on
wavelet so "older" Delta operations (MutateDocument) must be consolidated
on server side once this threshold have been reac…
-
Have you thought about a clever way to do routing with Concur? I'm planning on using something like `servant-router` to parse a Servant API in the client and then load the correct corresponding widget…
-
So, I was trying to sum a slice of f32s quickly on stable Rust.
But like pretty much all floating-point reductions, the naive algorithm (`floats.iter().sum::()`) does not autovectorize because its …
-
### What is your question?
Hello everyone!
I'm writting a simple concurancy project with gtest. I need a diffrent sanitizers for test (thread, memory, etc). I use conan2 for downloading gtest fr…
-
I rely pretty heavily on SI to develop my applications. I use integration-graph heavily to visualize the flow of the application. the downside is that I am biased against using Java DSL or splitting t…
-
The method BlElement>>inUIProcessDo: aBlock cannot value block when there is no uiProcess (nil).
This is the case when I'm writing basic unit tests.
I think it should be great to value block in all …