Sergey Grd

Results 14 issues of Sergey Grd

**Describe the bug** Users.conf is under Git. When user is changing users in the app the file is updated and the file is marked as modified in Git. User could...

bug

**Describe the bug** `nsp.py --help` executes internal methods, not only shows help **To Reproduce** Steps to reproduce the behavior: 1. run `nsp.py --help` **Expected behaviour** You will see in the...

bug
good first issue

issue introduced by @blawar here https://github.com/blawar/nut/commit/3761c64#diff-1e5909370735ab760154b79243dbeecbff5af8f3b642424d0a5644956f595985R160

bug

Initial translation was introduced by #228. We need to replace all hard-coded user-facing strings with translation keys (e.g. 'ui_component.sub_component.title'). For example, we can replace the hard-coded string (`Scan`) with key...

enhancement
good first issue

**Describe the bug** Access to a protected member _path of a client class: https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/__init__.py#L188 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/__init__.py#L259 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/__init__.py#L266 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/__init__.py#L580 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/__init__.py#L1233 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/__init__.py#L1262 **To Reproduce** Steps to reproduce the behaviour: 1. run linter on...

good first issue
linter_issue

GdrivePicker is not about google drive anymore, needs to be renamed everywhere

enhancement
good first issue

Controller: @obj = Admin::Article.new View: fckeditor_textarea("admin_article", "header" ...) -> Error: uninitialized constant AdminArticle fckeditor_textarea("article", "header" ...) -> generates and standart rails helpers -> and nothing updates