Vlad Frolov

Results 120 issues of Vlad Frolov

## Problem Time getting out of sync in the network causes weird artifacts on Explorer UI. Most of the blocks in testnet these days are produced "in the future". Sometimes,...

bug

## 🤖 New release * `flatc-rust`: 0.2.0 -> 0.2.1 (✓ API compatible changes) Changelog ## [0.2.1](https://github.com/frol/flatc-rust/compare/v0.2.0...v0.2.1) - 2024-02-10 ### Other - Updated references to the flatc package in various distributions...

The idea is pretty simple, just add App ID input into settings.

I had something like hackathon today and made something like how to setup Fling from scratch, but not just tutorial. My project deals with receiver URLs, which are required by...

``` rustc rs.rs -C opt-level=3 -C no-stack-check rs.rs:24:49: 24:50 error: unexpected token: `]` rs.rs:24 unsafe { mem::transmute(self.routes[]) } ``` BTW, I had to change `--opt-level=3` to `-C opt-level=3` in makefile

`sys.stdout` has `encoding` attribute. This PR will be useful for my next PR to Invoke.

Is there any plan to support GraphQL subscriptions?

"Repository Links" is available on Docker Hub "Build Settings", so your images will be always built on the latest available base image.

``` $ ./target/release/powerline-rs --shell bare --modules 'ps,ssh,time,cwd,perms,git,gitstage,root,virtualenv' --cwd-max-dir-size 40 --time_format '%H:%M' 0 ``` Before: After: Just for reference, the bug was introduced in #15. cc @lazamar

Do you plan to provide async/await-based API? P.S. The first step would probably be merging Rust 2018 edition support (#287)