rpostulart

Results 30 comments of rpostulart

I am also interested in this option and looking for the timelines

@tiedmud can you share the code how you have solved this?

No, i get: [ReferenceError: Property 'Buffer' doesn't exist] This is the code: ``` import { toByteArray } from "react-native-quick-base64"; const options = { quality: 0.7, base64: true }; const photo...

I have solved it by adding this to my backend.ts where Event is one of the resources I want access to ``` // Get the DynamoDB table name const tableName...

- It is for conversations! - I would like to set a max tokens on user level in DynomaDB and for each request if there are sufficient tokens, it not...