I am building a custom keyboard for android, the one that atleast supports autocomplete suggestions. To achieve this, I am storing every word that user types (n
I use prisma and node.js. When I called some functions (example prisma.users.findAll()) in docker container I have error User 'postgres' was denied access on th
I am trying to make a bot that asks a person s basic true/false questions. I have two .txt files (one with questions and one with answers) which I open then rea
I have an interface that has a method The method has a parameter The parameter has a type that takes a generic The method has a return, which also receives a ge