Mateusz Kruszyk

Results 6 issues of Mateusz Kruszyk

Hello I've run into a problem when testing PWA app in offline mode. Everything works fine if app started with the Internet access and lost if afterwords. However if I...

I am trying to run Hydra app with AWS Elasticache but unfortunately I got > ReplyError: ERR unknown command 'config' error. It is caused by the fact that config command...

Hi When I try to log in with ldap flag set to true app crashes : const { driver } = require('@rocket.chat/sdk'); const runbot = async () => { const...

bug
enhancement
help wanted

Hi I am trying to connect to our rc installation but have an issue at login. When I try to log in a browser credentials works just fine : ```[connect]...

Hi When I do robot.messageRoom it crashes with ``` TypeError: Cannot read property 'id' of undefined at FBMessenger.send (../node_modules/hubot-fb/src/fb.coffee:35:9, :45:37) ``` Quickly checking the hubot code I assume error lies...

bug

Hi I am trying to overwrite error listener but I have problem doing that. If I understand correctly textureView.setOnErrorListener(new MediaPlayer.OnErrorListener() { ... return true }); should suppress handleError(frameworkError) call in...

question