Andrios Robert
Andrios Robert
Hey @dguisinger, these are great points! So, on the data model documentation, we should probably add more docs on that. But if you use AWS's No-SQL workbench and load the...
Hello! did you try the docker-compose setup? I looks like the Github Docker registry won't allow public Docker images without authentication as of now.
Hey @lgrkvst! Thanks for the issue. It looks like your API Keys are not valid: ``` echo -n 'MjyNj0Mwo=' | base64 --decode # 2
Hey @Wellers0n! Can you share the request you're trying to make and the response you get? You can set a list of accepted CORS hosts by setting the environment variable:...
It will help if you share how you are trying to connect to the API. The logs aren't showing an error, are you trying to access from the browser?
@lnmunhoz solved in #12
> Also, would be nice to query transactions by metadata. Is that something you consider to implement? I thought about it, but don't think this is a good idea. Mostly...
Hello! No, Sequence only uses conditional puts from the database. Similar do Datomic itself. Datomic is a nice Clojure companion and is also no-SQL, so it's going to be the...
@vmendivil replying here in case someone else faces this problem; sorry I wasn't able to reply on time: Postman is likely not adding the `:` after the username when the...
As @sandyscoffable mentioned, I wouldn't use separate ledgers; just create intermediate accounts for any money movement/state you need. This is why it is super important to have a ledger that...