jamesL92

Results 19 comments of jamesL92

I'm also experiencing the same issue. Would love to know what you did to solve this @paskalov-aris (assuming it was solved that is)

I was about to say - downgrading Jest to `27.5.1` seems to have fixed it for me. I still feel like this issue should be reopened though, feels like there's...

This would be handy for us too, as we're trying to use HTTPretty to test a SOAP API, where there's only a single IP and different "endpoints" are determined by...

From a quick look I'm not sure it's generally a good idea to set `allow_net_connect` directly - but rather should be set via `HTTPretty.enable(allow_net_connect=False)`. Calling it this way monkeypatches some...

@rannn505 could you assign this one to @trishanu-init please?

May be something you've already considered but I'd recommend a bit of caution with this one, particularly w.r.t. supporting this in the `ConifguConfigStore`. While users could _technically_ already store credit...

@rannn505 I'll comment on this fully with some suggestions sometime within the next week, although in summary: - I think this is well worth doing, as it'll add a huge...

Happy to have a go at this, although could be a little tricky. Three ways I can currently think of programatically checking this: - Using GitHub's API to list this...

May be a future concern rather than something to deal with now, but would it make sense to support language-specific binary data too? In theory the SDK could automatically handle...

Hi @LongBeachHXC. Thanks for reporting this bug. The Configu CLI is currently undergoing a full rewrite, so I doubt this version of the CLI will be retroactively fixed. The `ini`...