dev590t
dev590t
**Version**: `3.8.0` **Module**: `quill-cassandra` ### Actual behavior ``` case class MyUdt_optionList(col: Option[List[String]]) extends Udt case class TableWith_optionList(c: MyUdt_optionList) ``` CassandraMirrorContext can compile, but CassandraSyncContext fails with ``` exception during macro...
`quill-cassandra` contains `CassandraMirrorContext`. But I can't find the mirror context class in last version 3.8.0 of `quill-cassandra-zio`
I discover that kopiaignore doesn't behavior exactly like gitignore when I want ignore a specific file, except when this file is in a specific folder. How can I do that...
Today, thanks to the open banking project, we have universal APIs that allow for the quick and reliable download of transactions from multiple bank accounts. The open-source accounting software Firefly...