Vicente Rossello Jaume
Vicente Rossello Jaume
Can this be merged? Also having same problem with thumbor urls... Example URL: http://34.67.235.246:8888/unsafe/filters:quality()/https://web.dev/backdrop-filter/hero.jpg
I can also see this error in 4.1.4 happening always in each build, sadly I can't give a reproducer. The first suspicious log in the grid is: ``` 07:09:50.435 WARN...
Just tested with latest version 4.2.2-20220609 and I still can see the same error. In client side: ``` org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: Expected...
I just run into the same problem and I can confirm it works `docker exec -it sentry_onpremise-postgres-1 bash` `psql -u postgres` `REINDEX index sentry_groupedmessage_logger_993cb6d5;`
This is a problem for us, just reading the certificates takes more than minutes. A little workaround is mapping the host **r3.o.lencr.org** to some internal network host like 192.168.130.44 so...
I can try it, I just wanted to know your opinion before
I think you should move your spotless scala configuration below, where scala plugin is applied. The problem is that where it is right now it doesn't "understand" about scala, that's...
I see, thanks for the explanation. It makes sense. It is a bit annoying that if you want to just type a date you have to click, then click somewhere...
But I still would like to see the calendar, it's useful. See this one, the input still gets the focus on open but you can arrow down to go to...
The problem is in CustomerLazyDataModelNoCountImpl. I don't think this is correct however it is intentional: ``` @Override public int count(Map filterBy) { return 0; } ``` Changing it to return...