Karol Bucek
Karol Bucek
since Rails 4.1 it will be used by AR itself ... https://github.com/rails/rails/commit/69072353bd16c490832e6417b7a2b61a66ecd5dd there's a work-around for `jdbc:` URLs but still might need to rethink this one (without a clash). ##...
if doable http://stackoverflow.com/questions/22100728/rails-query-slow-but-fast-in-pgadmin ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1437224-improve-ar-timestamp-column-date-time-parsing?utm_campaign=plugin&utm_content=tracker%2F136963&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136963&utm_medium=issues&utm_source=github).
given the following pattern: `MacOutlook/16.24.0.190414 (Intelx64 Mac OS X Version 10.14.4 (Build 18E226))` since **0.11.0** the OS version is no longer extracted as `10.14.4` but matches the "Build" part: as...
~~also added test task to align w plugin conventions~~
when a custom delimiter is used instead of `"\n"` e.g. `delimiter => ""` (assuming "multi-line" content in a single line), the plugin fails to properly split lines - this mostly...
the plugin in certain rare cases runs into a concurrency problem, while trying to read : ``` [ERROR][filewatch.readmode.handlers.readfile] controlled_read: general error reading file { "path"=>"/logstash/data/path/to.json", "error"=>"#
there was a quick attempt to get CI in shape: https://github.com/logstash-plugins/logstash-input-file/pull/263 these however turned out to be [not sufficient](https://travis-ci.org/github/logstash-plugins/logstash-input-file/builds/665766313), we'll need to take a look another at specs (on CI).
... or a control parameter whether to extract the .war ``` killbill: version: 0.12.1 webapp_path: /var/lib/tomcat7/webapps/ROOT plugins_dir: /var/tmp/bundles ``` simply created a _killbill-xxx.war_ file under the ROOT directory (which is...
after the switch from OpenSSL to Java SSL provider (in [3.3.5](https://github.com/logstash-plugins/logstash-input-http/pull/126)) the plugin has some behavioral differences in terms of the configuration. This one is such difference when updating LS,...