Marcelo Moises

Results 11 comments of Marcelo Moises

I'm still getting the same error when trying to use streams as specified in the docs or even when using the code suggested above. I already tried the following with...

In the meanwhile, it's possible to implement a retry with the following script: (knife is just my custom wrapper for sed) ```bash #!/bin/bash LOG=$1 CUT="${2:-\[[^]]+\] \([^)]+\)}" RETRIES="${3:-1}" # set a...

That's great, thanks for considering it @babenkoivan We do that already. As part of the solution we came up with, we created a custom ```MakeSearchable``` job and overridden the handle()...

Yup, you have to use that package or create them manually. Otherwise, a mapping will be automatically created in ES based on the model's provided data for indexing.

In the meanwhile: http://feed43.com/7717322821576416.xml

I tried @adam-nielsen fix after inspecting the login form and confirming its fields ids but the issue remained. What solved partially solved the issue and allowed me to enter my...

@gkammela sorry, what do you mean by "run a few screen off and screen on tests" ? I tried closing my laptop's screen lid, waiting a few seconds and reopening...

@gkammela I can make the display to go off by using: ```bash xset -display :0 dpms force off ``` However, as I hit key on my keyboard, the display goes...