Dmitry Makovey
Dmitry Makovey
I saw issue #20 being closed couple of years ago, however instead of resurrecting it I wanted to clarify that at present - it's pretty difficult to run task-web alongside...
having installed ide-python, atom-ide-ui and pythonl-language-server etc. I get no options in atom for code refactoring, like rename a class etc. Invoking command pallete doesn't reveal a command for refactor.......
currently hardcoded values for "From:" field do not work with mail setups where source hostname is being looked up. having ability to configure that aleviates the problem. PR preserves original...
# Summary Whenever we add `IngressClass` CR manifet into our `bundle/manifests` directory we get an error: ``` $ operator-sdk bundle validate ./bundle ERRO[0000] Error: Value networking.k8s.io/v1, Kind=IngressClass: unsupported media type...
using master:HEAD on CentOS7 having declared: class { 'python': version => 'system', pip => 'present', dev => 'absent', virtualenv => 'absent', gunicorn => 'present', manage_gunicorn => true, } and: python::gunicorn...
Currently there's no way to rename existing ADRs with subsequent re-linking. This should add missing functionality. For example to move ADR `#123` to `#125`: ```shell adr move 123 125 ```
## Feature Request reposting from https://github.com/operator-framework/operator-sdk/issues/6004 as per https://github.com/operator-framework/operator-sdk/issues/6004#issuecomment-1230690162 #### Describe the problem you need a feature to resolve. as could be seen from [GitLab issue](https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/issues/762) - it is unnecessary...
this addresses some of the concerns from #2051 :+1: added `--theme-source` option with two possible values: `context` or `cluster` in which case theme selection would be done either based on...
currently puppet support is "broken" for tokens with ':' in their names. I can't currently fork the project to submit PR as I've submitted similar fix to upstream project and...
I've tried several ways of using auth token: ```python tc=TeamCity('https://tc.my.com',auth=tc_token) ``` and ```python tc.set_default_header(header_name='Authorization', header_value='Bearer {token}'.format(token=tc_token)) ``` all unsuccessful with HTTP 404 error. `HTTP response body: Invalid authentication request or...