RenaudS

Results 9 comments of RenaudS

We are facing the same issue in my company on version 3.10.0, we went trough the performance tuning pages, as well as the maintenance jobs. The slowness started when we...

Facing the same issue. Any follow up on this? It can be potentially dangerous as it allows injection through header value. ``` [ {, } ], ``` Line break should...

How about using a global configuration? Application could configure: _config/config.exs_ ``` config mongodb: pool: DBConnection.Poolboy ``` In https://github.com/ankhers/mongodb/blob/master/lib/mongo.ex ``` @pool Application.get_env(:mongodb, :pool, DBConnection.Connection) ``` & in https://github.com/ankhers/mongodb/blob/master/lib/mongo.ex#L887 ``` Keyword.put_new(opts, :timeout,...

I dont see a conflict unless I am missing something about db_connection. If different databases are used each of them needs a dedicated pool. The ```pool: DBConnection.Poolboy``` specific the pool...

Thanks for the follow up with #139 I ll close this one.

Is it possible to update the release so npm gets the #139?

@gylippus I attempt to play downloaded files by following your way: - Change HTML5Video.java to point to cordova.file.externalDataDirectory - Change FileTransfer.java with file.setReadable(true, false); Unfortunately the file still dont playback....

I finally make it work by.. not using html5video at all. So for app which plays videos in a html tag and requires offline playback: - Download the files with...

Hi just the fileEntry.toURL() method.