Eric Burel

Results 244 comments of Eric Burel

Same issue, extremely problematic as it happens to me after just 10 minutes of recording... I am running 2 instances using "obs -m" command in the terminal, they both break...

Yeah sorry I didn't describe the workflow quite right: - Indeed the the URL is not translated so you can change the URL - However usually you'll click on "languages"...

Incredible, it works perfect. I also add to access the "settings" tab in the devtools UI like this: ![image](https://user-images.githubusercontent.com/7983005/148069337-10dc765c-964f-404e-bd1f-17f88358c12d.png) As far as I understand, the "redux" part will create a...

Also some issue I have is that `core-js` gets installed and added to the lock with version 1.0.0 whenever I use `yarn add` in `packages/server`. There might be one package...

Crazy that there is not more docs about it. If only for auto-completion TS would help greatly. I've looked briefly at existing Babel plugin boilerplate but none is using TS....

Hi guys, I can reproduce the issue with a local setup of Next Cloud too. No idea what happens at this point. Edit: however I can repro on `try.nextcloud` too....

Hi @Daniel-Pek , what do you mean specifcically by "Use the Node JS stream to pipe the files to that location by using the URL from the step 1"? This...

Solution would be to throw an error with an explicit schema when creating the graphql schema. Schema keys must respect the Graphql "Name" pattern defined in the standard https://graphql.github.io/graphql-spec/June2018/#sec-Names

Hi, the Meteor version is deprecated so it's ok to contribute but it's better to work on Vulcan Next/ Vulcan NPM: https://vulcan-docs.vercel.app/

For the MongoDB dependency, you can take a look at [Feathers adapter system](https://docs.feathersjs.com/api/databases/adapters.html). Basically they kept the MongoDB syntax as a common syntax (selectors, filtering) and let people use custom...