-
## Goal
Account system out of the box is one of the main love feature of Meteor.
## Ideas, leads
Looking for a replacement to Meteor Accounts.
Pure soft implementation, like Passport, for a …
-
**Is your feature request related to a problem? Please describe.**
Unit test may let pass the case where we forget to correctly export files in the NPM package.
We absolutely need to run `yarn run…
-
See https://github.com/vercel/next.js/discussions/14308
Runtime configs are not advised, because they can't be deployed in a serverless environment. However, environment variable are clearly not su…
-
Hi, Yalc is currently incompatible with Next.js + ES Modules. The fault is probably on Next side, but I'd like to raise your attention on this issue as it may affect other framework based on Webpack 5…
-
**Describe the bug**
If I create a collection using a schema which is instance of simpl-schema and then I use addField, it won't appear in GraphQL
**To Reproduce**
Steps to reproduce the behavior…
-
If I do this, I get 404 on the first 2 routes:
```
import MeetupCreation from '../components/MeetupCreation';
import MeetupList from '../components/MeetupList'
import MeetupAdminList from '../comp…
-
This is an issue with subschemas. It happens either with a false edit as I describe below, or when you delete all the subrecords.
To recreate the issue, use `example-forms` from Vulcan-Starter. Add…
-
Right now the only way to pass down fields to the form from a parent component is using `prefilledProps`. However a change in prefilledProps will trigger a form reset, so we can't "hot" update the for…
-
The current vote resolver checks the database whether you've already voted on something, and if you have, cancels your vote, which changes the score of the item you are voting on. If you vote again be…
-
The idea behind `registerSetting()` is to let a package or bit of code define the settings it'll rely on, optionally providing default values and descriptions.
This would be better to do in a `pac…