Joshua Small

Results 25 comments of Joshua Small

I've confirmed the issue doesn't exist the below older version, temporary workaround: npm install [email protected] --save I had the same issue as @sos0 , if I try to use the...

@thorsten-plause Despite the fact this issue is open, 1.1.0 is tagged and appears to contain this fix.

1.1.0 is a stable release?

Yep, I just have a template that looks like this: ```

Just as note here that for a user deploying on CentOS - none of these defaults are valid. It's perfectly fine of course to edit a config file and update...

Can confirm without that space it works fine. However, many other URLs with a space also work fine. This works (of course it's a 404): HTTParty.get("https://github.com/jnunemaker/httparty/issu%20es") I've also noted this...

Unfortunately this is also a bad URI: HTTParty.get("https://therapie-schorndorf.de/a%2001.zip")

That "works" but i I believe that's the wrong URL. When run against my own domain and reviewing my own web server logs, it's encoded the % to %25 and...

Depending on your definition of "replicate": ![image](https://user-images.githubusercontent.com/1948596/127410913-65c47d72-269c-4963-8fac-3e0be16cd426.png) You can copy those SAMs to another machine and: ![image](https://user-images.githubusercontent.com/1948596/127410987-d9e69aa6-2d05-418a-bdc1-b3efa60b4487.png)

You're correct that you can't run the "vssadmin list shadows" without admin access, but you can access those paths in the usual situation. If you look at the Twitter thread...