-
https://github.com/hannescam/NeoSPI/blob/b7ef5877db186c2ddd5c08d6d3ba1897c60fd8f6/src/NeoSPI.cpp#L149
Here this code likely does the right thing but for very wrong reasons :
```
vector col(24)…
-
### Is your feature request related to a problem or challenge?
I currently have two data sources, one stored in Parquet format and the other in memory. I need to implement a scan function. I tried us…
-
- Check if possible
- Check difficulty
If not possible : write a proposal
-
Currently to implement user-defined indexing, such as:
` Container(Index) := ;`
Ada relies on the Variable_Indexing aspect (see http://www.ada-auth.org/standards/22aarm/html/AA-4-1-6.html) whi…
-
I think something similar to Clojure could be used:
```
public int count(){
return vec.cnt - (i + offset);
}
```
-
I am the author of the [markov_str](https://github.com/Brogolem35/markov_str) library and I trying out the `SmallVec` to speed up the creation of my Markov Chains. But I have encountered this issue wh…
-
### Location
https://doc.rust-lang.org/std/vec/struct.Vec.html#method.from_raw_parts
### Summary
The docs state the precondition "`ptr` must have been allocated using the global allocator, such as …
oskgo updated
2 months ago
-
Often times in the process of building a block the top of the block will be the same as a previous block. In that case, we should be able to reload a previously built block's state instead of reconstr…
-
#1456 makes the conversion between tendermint-rs's auto-compiled Google's `Duration` and `core::time::Duration` fallible in both direction.
But, the `Protobuf` trait requires `T: From`
https://g…
-
We have the function `icu::locid::extensions::private::Private::from_vec_unchecked`, but it's not clear to me which invariants need to be upheld for that function to be called "unchecked". Can we just…
sffc updated
2 months ago