Per Lundberg

Results 169 comments of Per Lundberg

@bmeynell Old thread, I know, but loading a `.local` file using `dotenv ` does not seem to trigger any "allow"-prompting for me whenever the `.local` file is modified. :thinking: It's...

> I've been doing the same with gopass. I suppose tools like bw and lpass would also work `lpass` (i.e. LastPass CLI) example: ```shell export FOO_TOKEN=$(lpass show "foo" --password) #...

Nice issue, great idea! I think we should also state, somehow/somewhere, that code being dynamically evaluated via `{class|instance|module}_eval` will not be properly included in the coverage statistics (#38). It is...

Adding to this, it's also unclear how to use the `--only` and `--except` flags. Example: ``` $ gitlab jobs 2 "{scope: ["success"], per_page: 100 }" --except artifacts wrong number of...

Yeah, I agree that this feels a bit non-standard to be honest. Is this something you could consider revisiting @pekkaklarck? :thinking: If we put it like this: what would be...

I also noted something somewhat related to this now: If I don't set this setting at all, it refuses to try to use whatever I have in my path (and...

Hela sidan är väl trollande? :troll:

I concur, this would be incredibly nice.

@tommysitu Sounds great! As noted, it's not a huge problem for me at the moment but it was just something we discovered internally when we figured out how it's currently...

I am seeing similar issues, trying to use Hoverfly as a MITM (man-in-the-middle) proxy between an Envoy (reverse) proxy and our application server. The use case is for recording a...