Peter Roth

Results 17 comments of Peter Roth

@mtibben that is interesting... I've never ran into this before though. When I launch the via `--ec2-server` for example it prompts for my MFA, I enter, and it works just...

Another interesting thing to note. I get prompted to enter creds in the output but there is no way to enter them. I believe because after the first successful execution...

> It is easily possible to read the byte code version of the imported class Is it possible using the current API or possible that it could be added? Regarding...

I think running the tests with JRE 7 would catch these types of bugs for sure. What i don’t prefer though is now the developer and CI environment setups get...

So is there anything you could imagine adding to ArchUnit to help with my use case or do we just say I should really be testing with the target JRE...

This would have helped me out today, I got a ValidationItem that only showed in toString representation, "List may not be empty" (I had a missing "responses" section on one...

@jeffijoe Thanks for the quick response! I am using a custom registry. Is there other setup I could/should be doing in order to get my configuration to work with 0.8.0?

I have auth setup to use my private repository already and that works for normal installing of npm packages. The only setup is I have a `~/.npmrc` file that has...

If I take the `_auth` value from my `~/.npmrc` file and then use that to make a `GET` request with a `Authorization: Basic _auth_value_here` header against my private repository I...

I also looked briefly for a npm package registry SDK/API but I couldn't find one. It's really hard to search for `npm` and `registry`. I was assuming that if this...