Vijay Ramesh

Results 12 issues of Vijay Ramesh

similar to the `BigQuery.fromServiceAccountJson` (that expects a file path), this new method allows you to pass in an `InputStream`. We have a use-case where all configuration is happening via ENV...

Hey @jeffpierce We've started seeing an issue where we get a lot of these in our cassandra system.log: ``` WARN [Native-Transport-Requests:19140753] 2016-07-20 00:59:47,922 BatchStatement.java (line 226) Batch of prepared statements...

enhancement

Right now on the web UI (in mobile and desktop) a community icon optionally appears on the bottom left, while the banner is centered: but meanwhile in jerboa the community...

right now there's this backColorTranslucent applied when you click on the image link preview for a post: this looks kind of funky as the preview is then centered over the...

fixes #2977 on server startup, and then with a daily scheduler thread - check for all posts & comments where deleted = true && updated < 30 days ago &&...

right now it doesn't markdown parse this 5 line body preview so links and such don't work properly: this updates it to do a 5 line body preview (still with...

## Why are these changes needed? This adds a redis mode to the cache. This way I can have multiple processes in separate containers running the same application (that is...

enhancement
integration

if you missing a `then` condition it gives you a nice error, but with a typo in it! happened upon this when writing some unit tests, thanks for the project!

adding BaseDevice._match_partial_user_agent to have flexible prefix matching from 1/3rd to 1/10th of the original user-agent strinh helps alleviate the issue raised by https://github.com/clement/django-wurfl/issues/4, although django-wurfl still doesn't have the robust...

An updated iPad (1) user-agent reports as: Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5 The latest-and-greatest wurfl.xml (http://sourceforge.net/projects/wurfl/files/WURFL/) does...