Geoffroy Empain
Geoffroy Empain
#### Bug, feature request, or proposal: Feature request / proposal #### What is the expected behavior? Assuming the following: **TS** ```typescript options = [{name: 'One'}, {name: 'Two'}]; text: string; ```...
**Describe the bug** When installing the package, we are obliged to install `@material-ui/*` dependencies even if we don't use them. Would it be possible to make them optional please ?...
**Is your feature request related to a problem? Please describe.** Say I have the following object: ```ts { values: [ {type: '1', props: {.a: 1 }}, {type: '2', props: {.a:...
Hi 👋 This PR adds [Meli](https://github.com/getmeli/meli) to deployment automation. Keep up the great work 🚀
First, I'd like to thank you for this great tool. **Context** Though this is somehow [emphasized in the docs](https://github.com/nock/nock#read-this---about-interceptors), I feel like such an important feature should be emphasized at...
See background in #177 and #223 and #226. When you click an invite link, the UI should ask you to create an account or login while being aware that you're...
We'll be adding a version check so that users know if they have the latest version of Meli. A message will be displayed in the UI.
@nikhiljha we've merged meli-ui and meli into a single repo so it's easier to contribute. We'll most likely move the docs in a near future. I've taken code you've written...
We've started increasing test coverage of Meli in order to stabilize the current implementation. If you're interested to help, just pick an endpoint and go for it. At the moment,...
It's doesn't provide exploitable error messages. Instead, use ```js const joi = require('joi'); const schema = joi.object({ type: joi.string(), }) .when('.type', { is: 'a', then: joi.object({ prop: joi.string() .required(), }),...