Marco Wettstein

Results 325 comments of Marco Wettstein

> @macrozone If you are not able to get it working with newer versions, you could try the suggestions made by @eugene-marchanka. If not, you could go back to the...

i am also trying setting it up with authentication, but i honestly don't understand how replicaSetKey works or particulary how to set it up. I understand that it points to...

> @macrozone It refers to the `MONGODB_REPLICA_SET_KEY` environment variable for the [container](https://github.com/bitnami/containers/tree/main/bitnami/mongodb#setting-up-replication). It should be a string of more than 5 characters, without special characters. thank you. I assume this...

@oceandrama did you push a pull request back? I think the original maintainers should at least review prs and merge if possible.

by the way, i updated to prisma 3.3.0 and had no problem so far, only problem is ``` Warning: [email protected] does not support @prisma/[email protected]. ``` anything i should be aware...

We use currently prisma1 and expose a grapql-api for an admin-crud-application (using https://github.com/marmelab/react-admin/ and https://github.com/Weakky/ra-data-opencrud/). We use prisma-binding to forward everything to prisma and add graphql-shield middleware to restrict access...

maybe we can use something like https://github.com/meteor/meteor/issues/8745 ?

yes slate-tools has dependencies on old babel version and should be upgraded. also very dangerous, if someone will just add babel-preset-shopify using the latest version, it will break. Its very...

ok, got a workaround: in https://github.com/filamentgroup/fixed-sticky/blob/master/fixedsticky.js#L100 it caches the position-object (with top/bottom true or false) as data-attribute, so it is possible to declare this data-attribute in the html: `...` If...