François Rouault

Results 7 issues of François Rouault

Provide implementation for: - pasteData - appendDimension

Hi, I would like to visualize dependencies in a swift pod. Is there a way? I tried: 1. `pod lib create HelloLib`, choose Swift 2. `cd HelloLib` 3. `open Example/HelloLib.xcworkspace`...

Split the lib in several parts - `npm install @nextmarkdown/core` : contains everything **but** the markdownToHtml logic (commonjs lib) - `npm install @nextmarkdown/markdown-to-html` : will contain all the logic to...

enhancement
help wanted

### New Feature / Enhancement Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing...

type:feature

### Is your feature request related to a problem? Please describe I use Typescript and I could not find a way to check object's attributes **when using multi level includes**....

### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-JS/issues?q=is%3Aissue). -...

type:feature

Hi there, I'm working on implementing MongoDB into my Next.js project. Thanks for this starter. I was curious why is the Mongo client never closed anywhere? is `client.close()` optional even...