Roy Teeuwen
Roy Teeuwen
Hey, Will you also be making a build for the brand new angular 1.5.0? It would be nice if I could upgrade to it without breaking ie8 compatibility :) Thanks!...
**Describe the bug** I have an OSGi Bundle (a jar with some extra metadata added) that normally has package-info files at package level to state which version the package is...
We have sonar installed and the sonar stash plugin as well, but when using the plugin, we only get the overview comment and not the comments inline on the diff...
First and foremost, thanks for this awesome project! I am in the process of using this at our company. One of the things I notice is that docker gets mounted...
When including the access control tool in an AEM as a cloud Service setup, I get the following warning from the aem analyser: ``` [WARNING] [region-deprecated-api] biz.netcentric.cq.tools.accesscontroltool:accesscontroltool-bundle:3.0.4: Usage of deprecated...
Hey, It seems that in the current config.json it is not possible to specify a context root. Seeing as our servers run under a specific root, for example http://author.localhost:4502/CR/content/my-site, it...
I am trying out the crawling using an urlFile.txt. The following command is used to start up the process: ``` docker run -v $PWD/crawls:/crawls/ -v $PWD/urlFile.txt:/app/urlFile.txt -it webrecorder/browsertrix-crawler crawl --urlFile...
I have an issue that the git prompt shows every file as changed, while there are no changes, for example: ``` ~/Development/my-project [develop|●2118…2118] 10:39 $ git status On branch develop...
Hey guys! I saw following request on the slice-users list, and decided to implement it: http://slice-users.2340343.n4.nabble.com/Pass-Parameters-from-Sightly-to-Slice-td66.html I have added a new annotation, @RequestAttribute, where you can inject a request attribute...
Hey guys, I have build this PR onto #119 , so please review that one first. What I did in this one is go further on the request annotations, I...