Roman Gaufman
Roman Gaufman
Hi there, I'm using rails (5.2.0), bullet (5.7.5) with mongoid (6.4.1) - I don't have (or want) ActiveRecord. When I run rails c, I get this: ``` ✗ rails c...
After a recent bundle update, I'm getting this: ``` 5: from /usr/local/lib/ruby/gems/2.5.0/gems/coffee-views-0.2.0/lib/coffee_views/slim.rb:5:in `block in ' 4: from /usr/local/lib/ruby/gems/2.5.0/gems/coffee-views-0.2.0/lib/coffee_views/slim.rb:6:in `' 3: from /usr/local/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:42:in `load_missing_constant' 2: from /usr/local/lib/ruby/gems/2.5.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:53:in `rescue in load_missing_constant' 1:...
``` > ChronicDuration.parse('47s 619ms') 666 ```
I'm trying to monitor around 400 processes, eye jumps to 100% CPU on 1 core and then threads start crashing: ``` 2020-03-08 20:19:12.603496 E [91602:70218487656520 logger.rb:53] eye -- [celluloid] thread...
I have a starting_guard that prevents a process from starting until certain tasks are complete, this is normal and currently the logs are flooded with these kinds of messages: ```...
One of my servers was misbehaving, so I sshed into it, checked the logs and found the following: ``` 2019-11-07 19:38:30.161668 E [21863:70056329331000 logger.rb:53] eye -- [recorder_5ca06cfa4caa415504800808:5ca06cfa4caa415504800808:live_sub] trigger(wait_dependency) Exception: undefined...
Eye suddenly stopped working, running "eye i" just showed an empty string, as if eye was started without applications. Rebooting the machine did not resolve the problem. I had to...
Hi there, Normally ```File.expand_path(__dir__)``` or ```File.dirname(__FILE__)``` would return the current directory. But if I run that in my run.eye file, it returns . - any reason for that? - How...
When I launch the map, it opens a browser window and I see this: ```python $ python3 script.py --query="Hairdressers" --places="WC2N" Moving on to WC2N Traceback (most recent call last): File...
This is great, but the output CSV seems to be missing a lot of information like GPS? I can see GPS there in the output, but it seems to be...