Иван Vandot

Results 9 issues of Иван Vandot

Adding `SyslogIdentifier` to `systemd.service` will make logs prettier :) It will go from this ``` Jun 08 09:45:24 hostname index.js[46800]: Some log line ``` To this ``` Jun 08 09:45:24...

tried in config `bootnode-local-dns` inherits `bootnode-local` that inherits `bee-local` ``` bee-local: _inherit: "" bootnode-local: _inherit: "bee-local" bootnode-mode: true bee-local-dns: _inherit: "bee-local" bootnode: /dnsaddr/localhost bootnode-local-dns: _inherit: "bootnode-local" bootnode: /dnsaddr/localhost ``` ```...

issue

Testing new setup-contract docker image - - - This change is [](https://reviewable.io/reviews/ethersphere/bee/3233)

pull-request

Bee merged api and debug api. This PR will be used for all changes that are needed on the beekeeper side.

pull-request

### Your request Using terraform provider while creating MySQL by default `caching_sha2_password` is being used and there is no possibility to change it, while that possibility exists in the UI...

### Checklist - [ ] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [ ] My change requires a documentation update, and I have done it. - [ ] I have...

Adds support for shortening git branch name. E.g. branch name is `feature/TEAM-1111-some-really-long-name-abcd` Setting only `fish_prompt_git_infix_length` to `9` will enable this feature and give `feature/T...` And setting `fish_prompt_git_prefix_length` to `8` will...

Newest version `3.0.0` fails to start as a Windows service ``` Error Service Control Manager A timeout was reached (30000 milliseconds) while waiting for the IPBAN service to connect. Error...