Alfredo Fomitchenko

Results 12 comments of Alfredo Fomitchenko

Thank you very much for your reply. I just verified that it works for WhatsApp. I would love to contribute to the project but I've never specifically coded for Android...

I love this! How were you able to test this new feature?

I noticed #92 by @svetlyak40wt implemented a similar feature, and the unit test ``` tests/test_no_parallel.py ``` was added. Have you done something similar?

Well it would be a huge plus if you could demonstrate that the feature actually works 🚀

@fsmosca Added [commit](https://github.com/fsmosca/Python-Easy-Chess-GUI/pull/46/commits/76bb9aafe75aeaaa52fc4257fb1bae9a4919b1c2) I forgot a couple of imports for `chess` modules

Looks like a workaround is adhering to the official example and explicitly using `AS` ```sql SELECT * FROM _table s CROSS JOIN UNNEST(s.column_1) AS t (column_1) ``` No errors ```shell...