Daniil
Daniil
Ran into the same problem today, same gnuplot version (5.2.8). Indeed, this should be a gnuplot bug: - [5.4.2 release log](http://www.gnuplot.info/ReleaseNotes_5_4_2.html) mentions "FIX qt: prevent creation of zombie gnuplot_qt process...
Thank you for posting this, that's an interesting solution. Can't you do this instead? ```ruby module ApplicationAlgoliaSearch def self.included(base) base.include AlgoliaSearch base.extend ClassMethods end module ClassMethods do def application_algoliasearch(options =...
@julienbourdeau customizable index_name modification function may be great, but simply having additional initializer configuration options (suffix/prefix, per_environment) may work fine as well (at least for me). Probably related to https://github.com/algolia/algoliasearch-rails/issues/85.
Had similar issue, and noticed that `minicom -b 115200 -o -D /dev/ttyACM0` works if you run it as sudo. That is probably related to user restrictions. In my case `stat...