Pavol Fulop

Results 15 comments of Pavol Fulop

Hi @hardyscc , I recently did a PR https://github.com/dynamoose/dynamoose/pull/890 that is fixing some of the type definitions in dynamoose. Mick mentioned that this project had some custom interface that eventually...

So just to double-check, the issue is that exec in dynamoose doesn't exist on Condition. So you created ScanInterface and QueryInterface just to be able to call exec on the...

@hardyscc please see actual changes here https://github.com/dynamoose/dynamoose/pull/890/commits/92d1c2019a09d1e771b6c7231d329ce408664532 I took some liberties and removed one of the TODOs concerning duplicity. So with code such as this: ```typescript const queryResult = Stat.query('targetId').eq('targetId').exec();...

I think this shall do https://github.com/dynamoose/dynamoose/pull/890/commits/a94b1a8b4a2b8fa27f34ee09f492a99d8e6999da

The issue is caused by scroll happening while onScrollEndDrag evaluates because of the touch release. Then runSpring is executed and animates the header but also scroll is still ongoing so...

This is in production. > If the latter is it possible that it's related to users backgrounding the app during startup? I would not expect days in that case but...

I have 4.0.1 kernel on ARCH distribution and gnome 3.16. With or without these scripts, the suspend doesn't work. It just wakes up after a second, by examining journalct it...

@iRet Well my problem happens even without these services on my system, it can be clean install. I would say it's more of kernel problem probably not turning off usb...

@iRet tlp standalone no, but powertop did the trick

Interesting. We're running 0.70.6 and don't see the issue. Mind checking in npm modules if my fix is present?