Wojciech Sciesinski

Results 24 issues of Wojciech Sciesinski

HA-Proxy version 1.6.3 2015/12/25 Ubuntu 16.04.2 LTS ``` root@lb:/etc/haproxy# haproxy -f ./haproxy.cfg [ALERT] 066/202309 (8076) : parsing [./haproxy.cfg:38] : 'listen' cannot handle unexpected argument '10.0.2.15:80'. [ALERT] 066/202309 (8076) : parsing...

Currently, custom GitLab-related object types are defined dynamically under retrieving data from PSGitLab The line of code responsible for that is the [line 81 of the file Private/QueryGitLabAPI.ps1]( https://github.com/ngetchell/PSGitLab/blob/a67ae10a95c1c6cc9fe0cdab50cf68345b92fb04/PSGitLab/Private/QueryGitLabAPI.ps1#L81). This...

enhancement

It might be handy to expose portions of the [notes API](https://docs.gitlab.com/ce/api/notes.html) for example, something like: - New-GitLabMergeRequestNote - it's my minimum for now ;-)

API Coverage

I try use PowerBlock with ARMBIAN 5.27.170421 nightly Ubuntu 16.04.2 LTS 4.10.11-sun8i what uses systemd. Could you consider add native (an unit file) support for systemd too? Currently powerblock service...

enhancement

Usually Linux applications display help when the switch '--help' is used. rpi-update start normal operations ``` root@raspberrypi:/home/pi# rpi-update --help *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and...

I read your script and I would like to propose some improvements. - Currently, credentials are provided as strings - the best practice is to use [System.Management.Automation.PSCredential] type - detailed...

I try to write a wrapper to call the pycodestyle with the rule in the wrapper file. My rule/wrapper looks like. ```python import pycodestyle def _main(**kwargs) @pycodestyle.register_check def image_lines(logical_line): r"""Find...

Hi, In the help section of the function Enable-BoxstarterVM is mentioned parameter ``` .Parameter Provider The VM Provider to use. ``` but it doesn't exist in the function code. If...

Documentation
0 - Backlog

## Environment ```none PS version: 6.2.4 PSReadline version: 2.0.0-beta3 os: Linux 5.3.0-40-generic PowerShell/PSReadLine#32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux PS file version: 6.2.4.0 HostName: ConsoleHost...

Enhancement proposal ------------------ Based on the example of the [Pester module](https://github.com/Pester/Pester) we have existing about help files ``` PS Pester> ls -la ./en-US/ total 56 drwxrwxr-x. 2 user user 4096...

Area-MarkdownWriter