-
## Problem/Motivation
> Error when running `composer install`
## Expected behaviour
> No errors
## Actual behaviour
```
composer install --prefer-source -vvv …
-
Hello:)
My idea is to enable users to create custom badges for there repos.
There will be an api like `/api/badge/` and it will take prams to customize the badge. Then there will be a tool where…
-
I was curious regarding two statements regarding PlantUML and images/icon:
> Icons: Icons and images are essential to professional-looking diagrams. How do the different tools handle it? Note: Plan…
-
## Problem/Motivation
My CI jobs are occasionally failing with the below error
## Expected behaviour
No fatal error
## Actual behaviour
```
Fatal error: Uncaught Error: Cannot call con…
-
Library link for Salt - https://github.com/mar9000/plantuml
-
Hey can we have grouping by Archimate Component?
Let's say I have requirement to create catalog of many Business Services. Each Business Services consist of many Business Process.
rijdz updated
5 months ago
-
I am currently looking into unit-testing my BASH code. The `bats-core` project seems the most likely candidate to write tests in. As part of writing unit-test is mocking/stubbing, I went looking for w…
-
Hello,
Is it possible to update logo library with last version of gilbarbara/logo library ?
Regards
-
Write your thoughts about the "[don't use should](http://betterspecs.org/#should)" best practice.
-
I have an usecase where I want to find the max of an array. If I have a predefined json struct having a {"key": [12, 13, 14]}, then max() function return the max value 14. However, there are few cases…