Marco Franssen

Results 159 issues of Marco Franssen

Do you have any idea on how to merge the jacoco reports of a multi module gradle project? ```groovy plugins { id "org.sonarqube" version "2.7" id 'jacoco' } def allTestCoverageFile...

Can this package be updated so it works with: - [email protected] - [email protected] - [email protected] - [email protected] The socket.io dependency is most important since that one is giving conflicts.

It would be good to have an usage example. Either on the wiki or a link to a good blogpost anywhere on the internet. I'm trying to figure out how...

When deployed using subpath the image isn't working as the urls and js in the index.html are absolute. So what I did is a kubernetes deployment with a ingress controller...

You should Tag stable releases so they can be downloaded as zip from Github.

I'm trying to remove all empty paragraph tags, but somehow following code clears my complete dom. Is this a bug? Am I doing something wrong? ``` var dom = CQ.Create(HtmlBody);...

Bug

## mutual exclusive options Is it possible to make an option required if another option is not provided. **e.g.** If I provide `--app-id` `--app-secret` then `--token` is not required. If...

kind/question
help wanted
area/v2
status/triage

## How to implement something like an OptionFlag I'm looking to implement a Flag which can have a few predefined values. E.g. ``` mycli --output json mycli --output xml ```...

kind/question
area/v2
status/triage
pinned

It would be great if this theme could serve optimized web bundles for better page performance. I have also filed an issue here https://github.com/hexojs/hexo/issues/4221 Any thoughts on how this theme...

discussion