Arkadiusz Kondas

Results 24 issues of Arkadiusz Kondas

Is there any plans to support GitLab API?

Enhancement
BC Break

This is follow up from #309 and #45: Support is needed to authorize the repository with a regular ssh key. I would see it as a separate tab where you...

enhancement

This picture should explain this problem: ![Screenshot from 2020-10-22 11-06-49](https://user-images.githubusercontent.com/8239917/96868985-220af180-146f-11eb-954f-0f710929f77d.png)

bug

Theoretically, we could support other official repositories, such as for example: - https://wpackagist.org/

enhancement

This is just an outline of the idea: Create pipeline for automatic releases: - [ ] change repman version in `Kernel` and `docker-compose` - [ ] build changelog (https://github.com/github-changelog-generator/github-changelog-generator) -...

enhancement

This will help people to understand it better, here is nice example: ![Screenshot from 2020-04-23 13-56-00](https://user-images.githubusercontent.com/8239917/80096712-47737d00-856a-11ea-9b0c-eb8e10483711.png)

enhancement

An example of such package would be the no-content package from WordPress which only contains the WordPress files you need to be able to install WordPress using composer. ``` {...

enhancement

Question about Tuple generics. There are two options: 1. Currently implemented: there is no support for generics in Tuple 2. Implemented in Vavr way: ``` Tuple1 Tuple2 Tuple3 ... Tuple8...

question

With Pattern Matching (thanks to @mtk3d). To do: - [x] update docs and add Pattern Matching page