Florian Moser
Florian Moser
When the user types into the search bar, the first item is always highlighted. When the user then uses backspace (for example, to correct a typo), the same item stays...
Could the maintainers please indicate whether they intend to review/merge this, or should I close this PR? This is still a concern from my point of view. Thanks!
And the `-q` flag would then disable if the stderr output is redirected to `stdout` (which would need to be the default)? This seems strange to me; this would mean...
> I faced this issue today and this workaround helped me: https://coderwall.com/p/staybw/workaround-for-1701-cannot-truncate-a-table-referenced-in-a-foreign-key-constraint-using-doctrine-fixtures-load-purge-with-truncate This did not work for me as I am using `DATABASE_URL` to configure the dbal, and as a...
Thank you a lot @risadams !
Failing test case which exposes the root cause (to be placed within `WaitComponentsListTest`): ```java @Test void shouldReturnActualValueFromTheInternalChangedList() { goTo(ELEMENT_REPLACE_URL); await().until(rowsListPage.getComponentsList()).size(2); assertThat(rowsListPage.getComponentsList().size()).isEqualTo(2); await().until(rowsListPage.getComponentsList()).size(4); assertThat(rowsListPage.getComponentsList().size()).isEqualTo(4); } ``` The issue seems to be...
With the help of https://github.com/bricelam/Sample-SplitMigrations I could create a setup which allows to use the same migrations for both my App and my unit tests. It is what I wanted...
You can run any commands in the post deployment script of your release task. I did not need any special configuration (I am using a release pipeline which Visual Studio...
I tried to adapt the bundle to work with symfony3, but due to bad testing conditions I was unable to verify if it still works as expected. I've ended up...
> Sometimes one might want to plan ahead during the evening whether to bring something or go to the mensa the next day. This use-case is convincing, thank you! I...