nagyt234
nagyt234
The simple php program which instantiates http\Client generates an exception on Ubuntu 18: ``` $ cat /tmp/test.php
I have a brand new server and I just installed VirtualBox and Vagrant. If I try to set up a private network, I get the error below in the chapter...
Search on two associations where the second one is part of the default scope generates invalid SQL
See the minitest to demonstrate the problem: https://gist.github.com/nagyt234/b4a9bb210f7cf83262ab The generated SQL contains ``` AND "documents_revisions"."code" = 'BBB' ``` instead of ``` AND "documents"."code" = 'BBB' ``` The problem appears only...
It would be good to have the possibility to use script sorting of ElasticSearch. E.g.: ``` { "sort": { "_script": { "type": "number", "script": "return rdoc['nutrient_220_rda_rate'].value + doc['nutrient_221_rda_rate'].value", "lang": "groovy",...
Slack alert example completed with filters to work as a real example and to avoid to sending events continuously to Slack.
## Description of problem - What did you do? I've installed basic sensu-backend with sensu-puppet with an agent on the same machine (moni2....) and with an agent on another machine...
On this page http://sikabolt.hu/spd/2001201/Sikaflex-11-FC-300-ml libfreshwrapper-flashplayer.so consumes all memories (I have 8GB) in a couple seconds and force the computer to swap (the feeling is that the machine is hanging). I'm...
It would be a nice feature, if the Uchiwa web browser client would change the HTML title to something conspicuous if not all sensu clients are healthy. Then we could...
A small, but annoying bug, the following command should generate the migration file with extension 'rb', otherwise the `rake db:migrate` doesn't find it: ``` rails generate devise_sms_activable MODEL ```
It would be very nice if it was possible to change the symbols used as delimiters, since the { }-delimeters conflicts with the template system we're currently using.