Benjamin Besse

Results 91 comments of Benjamin Besse

Same problem here. Any news ? In that case, outline must not request directly S3 with the front part but in back part, use AWS SDK and correct credentials to...

It seems the installation instruction miss one command using the `docker-compose.migrate.yml` part : > The second command runs the database schema migrations. But the documentation has no second command

You can if you override base class and update the fetch function like that : ```javascript /** * Fetches data from the database/API. * * @param {options} Fetch options *...

@haayman with the last version you can use custom params and headers in every query (fetch, save and delete)

@haayman the backend format is normal. You have to parse this in backend to correctly convert your data. The QueryParams only used first array level. If you want more complex...

@alvaro-canepa vue-mc use axios to send request. Look directly with them to know how to do that

use it at `reactive` is not suffisant ?

I think the project is abandonned

For that, many solution can be found. When I work with mongoDB, we used a mock simulate the entire DB (using mongo-mock : https://www.npmjs.com/package/mongo-mock). In tests, we have isolation of...