Matthieu Vachon

Results 43 issues of Matthieu Vachon

Added a new option `BULLETTRAIN_DIR_SHORTEN_GIT_REPO` available through `prompt_dir` that will displays a shorten prompt dir if the current working directory is within a git repository. For a `prompt_dir` of `/Users/john/work/project/a`...

As suggested in #530, adding a FAQ entry about prettifying JSON log lines with [zap-pretty](https://github.com/maoueh/zap-pretty). Don't hesitate if it's too much or if some changes are needed.

I had a case where I had a syntax error in the `config.ini` file, the output format when logging through zap is: ``` 2021-01-15T15:56:59.717-0500 (mindreader) operator ready to receive commands...

When we `init` or `start`, we check if `nodeos` version is supported by the binary. The check use the `global-nodeos-path` value to resolve which binary to use. However, `node-manager` and...

One cool feature requested recently was to see the list of accounts controlling the key used to signed a transaction. Not sure of the exact UI aspect, maybe a popup...

good first issue
feature

If someone tries to hit `/v1/chain` API proxied calls via a `POST` there is a double trailing slash between the hostname and the path element of the URL, the HTTP...

bug
good first issue
feature

EOS Mainnet mindreader panicked with `fatal error: runtime: sudog with non-nil elem`. This comes from `dfuse-eosio/codec/consolereader.go:109`: ``` File dfuse-eosio/codec/consolereader.go 106: func (l *ConsoleReader) Read() (out interface{}, err error) { 107:...

bug

The `eosc get account` shows RAM quota/usage: ``` quota: 1.951 MB used: 882.2 KB ``` But it should be ``` quota: 1.951 MiB used: 882.2 KiB ``` Indeed, the account...

Request on Telegram. ``` $ cleos convert ERROR: RequiredError: Subcommand required Pack and unpack transactions Usage: cleos convert SUBCOMMAND Subcommands: pack_transaction From plain signed json to packed form unpack_transaction From...

enhancement

The fs-extra is required directly by Blendid in file `gulpfile.js/tasks/replace-files.js`. However, this dependency was expected to be present transitively via `browser-sync`. Since it's a direct dependency of Blendid, it should...