-
NEPs: near/NEPs#516 near/NEPs#519
The following branches contain a basic prototype of yield execution supporting the chain signatures use case:
- nearcore: https://github.com/saketh-are/nearcore/…
-
Feature gate: `#![feature(bufreader_peek)]`
This is a tracking issue for the `BufReader::peek` method.
### Public API
```rust
// std::io
impl BufReader {
fn peek(&mut sel…
-
Running on Ubuntu 22.04.1 LTS with ARM architecture I attempted to install the CLI.
I've installed flatpak and added the flathub repo, but when I do the install I see the following:
```
$ flatp…
-
Tried to generate a 10GB string in Ruby 1.7.20 and it looks like the number is too big for RubyString?
```
irb(main):001:0> GB = 1024*1024*1024; a = "a" * GB * 10
ArgumentError: argument too big
…
-
Let's say there's an iteratee:
```go
func iteratee(a int) int {
return a + 1
}
```
Whenever I use functions in `lo`, it requires me to write another iteratee to wrap it:
```go
slice = lo.Map(…
-
In https://github.com/coding-horror/basic-computer-games/issues/548#issuecomment-1079839924 it was decided to have a (minimal) set of common IO-functions so those don't need to be re-implemented in ev…
-
This idea has side effects related to "dead accounts", "true cold storage", "sharding accounts", and "ensuring what Horizon sent me was what the Core SCP actually agreed on" that I think are pretty us…
-
At the time of writing, Rooch doesn't support Bitcoin related protocol.
nostr, on the other hand, supports Bitcoin protocols, and by supporting nostr on Rooch, we can further support Bitcoin networ…
-
From what I can see that `buildah` correctly process `ARG` and `ENV` from `--build-arg` in heredoc content if variables are not escaped while buildkit does not and this is inconsistent, I'd like to fi…
-
Feature gate: `#![feature(path_file_prefix)]`
This is a tracking issue for an implementation of the method `std::path::Path::file_prefix`. It is effectively a "left" variant of the existing [`…