Vincent Pizzo
Vincent Pizzo
Sure. I'm just commenting I think this function is missing and I have to make a native Java API call to `Channel` unless I'm missing something. I'd be happy to...
It also appears I can only get one rate limit to match and be processed. Is there a way to have multiple rate limits be applied to a single route?...
I figured out the multiple rate limits for a given route. I'll post that here incase anyone else runs into the same thing. ``` routes: - match: prefix: /api/ headers:...
Can this be tagged with help wanted at least?
@mattklein123 Yes, this service can represent multiple rate limits for bursting today. The issue is our company has different time windows they want to enforce limits on that don't fit...
@kevinsawicki , I can confirm that it works (`request.part(name ,null, "text/plain; charset=UTF-8" , value);`). I agree that adding first class support for this would be nice. Something like the following...
Looks like they have a suggestion over on react native for windows: https://github.com/microsoft/react-native-windows/issues/10059#issuecomment-1147975392
I haven't looked into this at all, but if you do this: ``` objective-c slider.upperValue = [SettingsStore instance].maxAcceptableRange; slider.lowerValue = [SettingsStore instance].minAcceptableRange; ``` Everything is fine. If you do it...
I should also note I'm using `ActionBarCompat`