Sasa Cocic-Banjanac

Results 5 issues of Sasa Cocic-Banjanac

In section `8. why is CAP true` it says > The basic idea is that if a client writes to one side of a partition, any reads that go to...

This is the stack trace I'm seeing I'm simply running ```clojure (twitter-api/users-profile-banner :oauth-creds cred-test :params {:screen-name "SasaCocic"}) ``` before running this I ran ```clojure (twitter-api/users-show :oauth-creds cred-test :params {:screen-name "SasaCocic"})...

**Describe the bug** When I create a schema that has an optional value e.g. ```python from ninja.schema import Schema class GetUserResponse(Schema): user: int | None = None ``` And try...

Not sure if I missed something obvious, but I'd expect to get back a value for this promise. Maybe, I'm just not understanding something 😅 this is what the logs...

I have the following code that breaks with this error: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Database(SqliteError { code: 3091, message: "cannot store TEXT value...

bug