rusdevops

Results 81 issues of rusdevops

### scenario alice: ``` 0. I have a problem 1. I deployed the Fast IDE 2. I recreated the problem 3. I granted access to the user bob access (Github...

toolbox
collaboration
feature

see: https://github.com/junegunn/fzf/wiki/examples

help wanted
toolbox
feature

- [wtfutil/wtf](https://github.com/wtfutil/wtf) - [gopasspw/gopass](https://github.com/gopasspw/gopass) - [neomutt/neomutt](https://github.com/neomutt/neomutt)

question

```sh docker run fastide/alpine zsh Alt+C Ctrl+T ```

bug
help wanted

Old: ```bash cat ~/jira.d/jira-ui-config.yml: ``` New: ```bash cat ~/.jira.d/jira-ui-config.yml: ``` need to add pointer before **jira.d**

### Discussed in https://github.com/fast-ide/fast-ide/discussions/125 Originally posted by **rusdevops** May 8, 2023 1

Makefile ```Makefile {% if cookiecutter.use_proto %} .PHONY: proto proto: protoc --go_out=. proto/go_example_api.proto {% endif %} ``` hooks/post_gen_project.py ```python def main(): use_proto = "{{cookiecutter.use_proto}}" print("!!!", use_proto) {% if cookiecutter.use_proto %} make...