Greg Konush

Results 20 comments of Greg Konush

I can confirm that it works on 15.0.2.7.1-amzn java version but it crashes on 16

is it possible also to have a filter for redux instances?

experiencing the same issuer over here, tried the step above as well that didn't help.

would love to pause logs as it is difficult to pinpoint to problems of running application

@ev01ve thanks for sharing about atuin, this is awesome

@blacktide082 Thanks for your script, I confirm that this workaround works. Original error stack trace: ```bash mv -f .deps/ipmishell.Tpo .deps/ipmishell.Po /bin/sh ../libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -Wextra...

> Yep just tried the monkeypatch and it worked, my variation is > > ```ruby > module Scenic > class Definition > def full_path > ::Engine.root.join(path) > end > end...

> @gregkonush I had to do a little PR digging to find it, but I had this monkeypatch in `engines//lib/scenic_monkeypatch.rb`, and these requires in `engines//lib/.rb`: > > ```ruby > require...