-
I tried this code:
```rust
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]
// Works!
pub fn append(input: [T; SIZE]) -> [T; SIZE + 1] {
concat(input, [T::default()])
}
…
-
I'd love to have a monadic/functional methods on Streamer and its subclasses. Those include:
- `map()` to apply data transformation like normalization
- `flatmap()` for parsing files, augmenting d…
-
The test named 'proper tail calls (tail call optimisation)' in https://github.com/kangax/compat-table/blob/gh-pages/data-es6.js#L20 is actually a bug because it is technically incorrect and misleading…
-
Hello,
Is there a way to make it run faster ? With the GPU for example or with an ASIC ?
-
I originally thought that this issue is only specific to the zh-hk locale, but later realize that this is quite widespread and seriously harming the data quality of many languages. So currently, some …
-
Write a program to verify an ed25519 signature on Hylé. This is the 1st step to supporting Cosmos-compatible wallets. You can do it in any language (Noir, Rust, Cairo).
Here's the documentation to…
-
D's stdlib looks like a bit of a scary hodgepodge though, so... careful! :)
-> OK, so I have a better idea (after some digging with concerning results): **use it for prototyping!!!**
-
### Which @angular/* package(s) are relevant/related to the feature request?
compiler-cli
### Description
There could be defaulted compilation behavior that doesn't fall into error or warning…
-
We need to also support JavaScript inside an inline < script / > block.
Michael, any pointers on how I should go about this? We probably want to ad code completion, code folding, errors, code snip…
-
Some Spotify endpoints, especially the ones returning a paging object, allow to specify the fields that we want to fetch.
For example, [`Get a Playlist's Items`] has a `fields` query parameter that…