Petr Chromec

Results 7 issues of Petr Chromec

Hello, I've parsed all properties from kafka configuration here https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md into PHP classes with constants and proper description. So for example Property | C/P | Range | Default | Description...

Hello, I'm trying to use `PhpdocTo Property/Return/Param Fixers` for fixing a `mixed` type from phpdocs on PHP >= 8.0 - which allows `mixed` as a declared scalar type. It seems...

kind/enhancement

Hello, while I was doing `mixed` type PR (https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/6356) I noticed, that `union-types` are not handled by the phpdocs fixers. So I decided to make it possible. It was quite...

kind/enhancement

Hello, I'm currently upgrading an app from SafeStack Template v1 to v2 and previously I didn't have any tests for a client, but since you have added the example in...

Type: Discussion

Hello, I'm trying to implement a simple app to read values from `consul.KV`. I've made an example app in F# using you library. Code is here: https://github.com/MortalFlesh/fsharp-consul It works fine,...

Hello, first let me thank you for this great project :) I'm curious about `SkippingElements` Koan, because there is IMHO quite complicated expectation - at least for beginers I guess....

Hello, first of all, thanks for this library! I'm working on sortable gallery, and I need an index inside a `Photo` component. In example code for this [here](https://codesandbox.io/s/8y7n1r9y5j?file=/index.js:353-564) . It...