Travis Juntara
Travis Juntara
This hasn't happened to me, and it makes me think it might be a separate issue, and I primarily use it on Firefox for android. Do the images have a...
It's unlikely to be a memory issue, I've used this with an android phone with 1.5GB RAM before, although I kept memory usage very streamlined. If it does have to...
@basilky hi, thanks for reporting this. First of all "*" asterisks are not supported, as your hosts/disabled sites are passed into new RegExp() directly. I'll try to sanitize those symbols...
No worries, I'm probably going to update it this weekend so that the gif and media functionality can be disabled or have the bitrate multipliers and resolution and duration caps...
All you have to do is implement all the parameters mentioned in issue #17 or src/params.js and also the behavior where if no url is passed as a parameter it...
or also implement GZIPInputStream and use it if it's detected in the http response header. I have a compression proxy endpoint set up: http://us-central1-dizzy-165804.cloudfunctions.net/OneBusAway/ In the following file: /src/main/java/org/onebusaway/android/io/ObaDefaultConnection.java All...
To be honest, the original intent was just for me to create a compression proxy endpoint and hook it up to OBA to it a custom API, as a workaround...
Okay my bad, so the issue was my proxy was hosted on google's serverless "functions" which will only return "content-encoded:gzip" if the user-agent was a supported browser or had the...
This is good to hear. Here's my findings after about a month of using my compression proxy. I hit a similar data cap to the op last month and was...
Bump. I finally managed to get my chatbot working on Teams only to have this issue rain down on my parade.