Sebastian Buczyński

Results 14 issues of Sebastian Buczyński

Hi, let me start from thanking for the awesome project 🎉 Recently I was implementing a custom scope and I noticed a need for explicitly demarking beginning and ending of...

What's not working: - two tests for snapshots are failing. - however, if you run these tests individually, they pass. - not sure if it's a problem of mysql tho...

That way it's possible to: - keep data in custom tables - have multitenancy e.g. in separate tables - have multiple destinations to save data, for example to achieve data...

Some dimensions to think about: - Python dependencies versions - different backends (EventStoreDB, SQLAlchemy, Django, maybe more) - databases types (SQLite, PostgreSQL, etc) ACROSS different backends, e.g. check Django with...

There might be an edge case when despite checks in code we end up with identical entries in streams table. There are checks and constraints but this part is still...