Przemysław eRIZ Pawliczuk

Results 15 issues of Przemysław eRIZ Pawliczuk

I had to improve the library - to add signal handling support. Unfortunately, you've set some methods visibility to private. Is it possible to alter them being protected? I have...

Been playing with this project and it really solved my problem, thanks. I want to share my Docker setup: ``` FROM golang:1-alpine RUN apk add --no-cache git \ && go...

Is it possible to use PJON within Micropython without UART mode? Any examples? Especially for ESP8266.

question

My setup: - Ubuntu 18.04.1 LTS in Hyper-V, - Windows 10 1803 17134.1, - SSHFS: sshfs-win-2.7.17334-x64.msi, - WinFSP: winfsp-1.3.18160.msi. I establish a connection to the resource using the official way...

Is it possible for developers to maintain a Chocolatey package of Dokany? It would keep things fresh instead of waiting for Choco's package maintainer action. https://chocolatey.org/packages/dokany

Enhancement
Hacktoberfest

Are there any docs covering installation on Symfony 4? I haven't found a recipe for Flex, should I be aware of any caveats?

Making a package on chocolatey.org would keep a recent version install at users. Especially if package is being submitted by vendor.

Suppose: ``` $repo = MyFactory::repository(); $subscription = $repo->customRepoMethod($user); ``` Will make PHPStan screaming. So tried: ``` /** @var RepositoryProxy|MyRepository $repo */ $repo = MyFactory::repository(); $subscription = $repo->customRepoMethod($user); ``` but it's...

# Bug Report | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | 1.0.4 | As I'm part of developer experience team, sometimes we extract pieces of...

bug