Jasper Vaneessen

Results 23 comments of Jasper Vaneessen

Having the exact same issue on Ubuntu 17.04 and Windows 10 (Nylas Mail 2.0.32) Fix would be real nice 👍

Running into the same issue with this package... Wanted to use it as part of decision making for release triggers but it defaulting to patch releases is a no go.

Since this repository has been deprecated, maybe it's an idea to target this PR to the maintained fork? https://github.com/absolute-version/commit-and-tag-version/pulls We need this feature as well :) if you don't feel...

I would look into this as I'm working on #145 Conflicted where this would get triggered though. Either as a default test for all PRs targeting `versions/x` but perhaps non...

Would it make sense to re-use code from `createAccountCredentials` somehow as well? Maybe just exporting some functions from that file, maybe extract them to a different file that both scripts...

Will follow up on this. If you change over to a different lib @ixuz, please let me know :-)

I have passed the base url without the trailing slash, excerpt from a describe on the kubernetes pod. ```yaml css: Container ID: cri-o://4e125a89ea5df5183bb377c6c5b40d74d4a165827dd264d9063d54c200f939de Image: jveessen/css:2.0.1 Image ID: docker.io/jveessen/css@sha256:05588be270370b156f75f09e784f79e077b4cbd50965f6a5069f5563c1796479 Port: 3000/TCP...

Updating this issue for reference Now using v 3.0.0 in the [Helm chart](https://github.com/CommunitySolidServer/css-helm-chart) which seems to have fixed one of its issues (https://github.com/CommunitySolidServer/css-helm-chart/issues/1). Serving from a root domain like example.com...

I ran some tests using the `next` docker image. CSS URL https://example.com/css Overall progress has been made, using subpath now leads to a succesfull init of css and allows for...

> The actual solution would have to use a `baseUrl` parameter of course this was just a quick hack. So, to fix this on CSS side we would have to...