opsydev
opsydev
Just adding to the voices, this is leading to an immediate removal of lens from my system.
I am getting the same thing on 5.6.0 I have a very simple model with one belongs_to. Trying to call on the association results in a similar stracktrace to @knightq...
Also if it helps, I added this to the gem ``` caller_locations.select do |location| caller_path = location.absolute_path File.open('/tmp/test.deb', 'a') { |file| file.write("#{caller_path.class.name} : #{caller_path.inspect.to_s} + \n") } caller_path.include?(app_root) && !caller_path.include?(vendor_root)...
5.6.1 fixes the issue for me :)
I am experiencing the same thing. Attic hangs at `fcntl(4, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}` Setting the nobrl flag does seem to fix the issue. I can test the lock...
I'm running into a similar problem. The pagination doesn't seem to take header rows into account. ## Steps to Reproduce the Problem 1. Have a Grouped table. For ex. two...
Quick test changing these function to just add 1 seems to fix the issue ```totalRowCount() { let total = 0; each(this.processedRows, (headerRow) => { total += headerRow.children ? headerRow.children.length +...
I am seeing this in regular application logs as well.