Ben Peachey

Results 226 comments of Ben Peachey

@wertercatt if you are using `git` this issue can be easily solved by using a `.mailmap` file to make sure an email address always shows the same name...

I've made a first attempt at a script to automate the process of updating all sprites, generated from the new source. A first draft kan be found at: https://gist.github.com/Potherca/67ee64b4e55f87b53521e5d0fcff0bc9 Currently,...

A naive fix would be to change https://github.com/aishikaty/tiny-mustache/blob/ec53eedf187114996a0ef984a31ddf9b4cf19d10/mustache.js#L45 to ```js output += name().call(ctx, childCode, function (template) { ``` but that would break backward compatibility. A check _could_ be added, but...

The related REUSE issue has been resolved, so this can be worked on.

PHP Code standard added in 3aa3097c5eb866b823818402a6d6fdcc3222402b and b801021884426e2e299ed2fefe9171354e6caae8

@idan ✔️ Issue can be closed. Working URLs: - https://gist.io/anonymous/74c4f765c7d83073b969 and https://gist.io/74c4f765c7d83073b969 ➡️ https://gist.io/@anonymous/74c4f765c7d83073b969

Sure! For instance, using the example from the [gilbarbara-plantuml-sprites](https://github.com/plantuml-stdlib/gilbarbara-plantuml-sprites) repo: ```plantuml @startuml !$SPRITESURL = 'https://raw.githubusercontent.com/plantuml-stdlib/gilbarbara-plantuml-sprites/v1.0/sprites' !include $SPRITESURL/flask.puml !include $SPRITESURL/kafka.puml !include $SPRITESURL/kotlin.puml !include $SPRITESURL/cassandra.puml rectangle "\nwebapp" as webapp queue "" as...

Ah, I think I am beginning to understand... From the perspective of PlantUML "prepackaged" means it is part of the `jar` and can be used by `!include ` instead of...

It looks like this is caused by the original images not having a transparent background. For instance [![](https://raw.githubusercontent.com/octo-technology/kubernetes-icons/master/png/k8s_resources/labeled/cm.png)](https://raw.githubusercontent.com/octo-technology/kubernetes-icons/master/png/k8s_resources/labeled/cm.png) has a white background. The new images, for instance [![](https://raw.githubusercontent.com/kubernetes/community/master/icons/png/resources/labeled/cm-128.png)](https://raw.githubusercontent.com/kubernetes/community/master/icons/png/resources/labeled/cm-128.png) _do_ have...