Patrick Double
Patrick Double
There is an `internal.ui` package. Do you want all of the rate limit UI to be prefixed with "RateLimit", or is it better to create a `internal.ui.ratelimit` package? FWIW, I...
When I use `gradlew addOns:network:copyZapAddOn`, the new ratelimit i18n messages aren't found. In the `.zap` file I see them in `Messages.properties`. Is there a cache I need to clear?
Ideas for passing the RateLimitTracker from the ExtensionNetwork into BaseHttpSender? Adding a field to the context doesn't seem to work out because some of the context code is in zaproxy.
How do I add the RateLimitOptionsPanel without using LegacyOptionsPanel ? It doesn't make sense to use it because rate limit is new.
> You could flatten this. In the end the only thing that matters to the greater project is that it is/was added 😉 I don't know how to do that...
> I can do it for you and provide some instructions how to then update your local so you don't clobber anything. Sound okay? I'd appreciate that!
I will try to look at it in the new couple of days, unless someone submits a PR before then.
It appears there are problems with VBoxManage 5. https://www.virtualbox.org/ticket/14336 might be one of them. `copyto` is having issues.
Sadly not yet. There is a branch in which I'm trying to get it working with 5.1. I'm also trying to get the script to download all of the dependencies...
> > In addition, a performance hit compiling a regex repeatedly was found and fixed. > > Do you have numbers? (Just curiosity.) Nothing big. I think I read the...