Viet Nguyen
Viet Nguyen
I know we can't specify initial user **and** use replicaset at the same time. After adding a test user, how do we restart mongo with --auth mode enabled? ``` -...
Is there a way to customize how node app is launched? For apps created with FB `create-react-app` I'd like to create an image with `npm run build` and serve contents...
Fixing issue https://github.com/hanford/remark-slate/issues/44
I'm using remark-slate with [Plate](https://plate.udecode.io). Plate can load most markdown except for image (see differences below). I can pass an option to the deserialize function to change `type=image` to `type=img`....
**- Do you want to request a *feature* or report a *bug*?** Bug **- What is the current behavior?** git-gateway can't handle Auth0 token with audience formatted as array. ```...
**Description** For serializing (slate to markdown) **remark-slate** looks for the URL in `link` property ([view code](https://github.com/hanford/remark-slate/blob/c17259600c1939bd85a338f77e5a3ac8906af767/src/serialize.ts#L191)), but Plate is storing it in `url`. This is the opposite of https://github.com/udecode/plate/issues/350 How...
**Describe the solution you'd like** As a project maintainer I want the bot also sends a thank-you message to a Discord channel whenever the bot creates a PR. Sample message:...
I'm trying to enable email plugin for uptime on OpenShift. Can you please show a simple, out-of-the-box .yaml configuration for direct transport?