Zachary Marshal Rankin

Results 12 comments of Zachary Marshal Rankin

👋 I was able to get the regex to work using `'^\/(?!(dist|node_modules|package\.json))'` (the initial slash ensures it is in the root) ... if you include this as a script in...

I got this to work by making my composer.json look like this. ``` { "repositories": [ { "type": "package", "package": { "name": "brianhaveri/Underscore.php", "version": "dev-master", "source": { "url": "https://github.com/brianhaveri/Underscore.php", "type":...

Hey Guys, I figured out a way to get the images to work. Check out my example here: https://github.com/zacharyrankin/JasperReportsExamplePHP Let me know if it works for you and if you...

Thanks, I took it out and moved around the js to fix a weird error with jquery not being loaded yet. Couple of questions: 1. Did you update the 'report_url'...

Looks like there are 2 slashes, don't put the first slash in your report_url. I need to make that better, let me know if it works if you change that....

Wow, :cry: I wonder if it has something to do with passing parameters, the error is in the InputControlsContainer ... which is weird considering we are just trying to generate...

I wouldn't think that it would work via the browser, but it should via curl, try this, you should get results from this: ``` curl --user jasperadmin:jasperadmin http://localhost:8080/jasperserver/rest_v2/reports/Reports/Samples/Gato.html ```

Sweet, well good news. I am not sure why the basic auth doesn't work for you, but at least you got it, nice work! The one thing I would suggest...

Hi Guys, I have abstracted this logic into a more reusable library that you can use: https://github.com/zacharyrankin/Douglas let me know what you think.

Hi Actine, Could you take a look at https://github.com/zacharyrankin/Douglas. I use the /rest_v2/reports/sample_report.html?parms_1=etc which from the docs is using the reportExecutions. Are there problems using this or should I just...