Clément Latzarus

Results 17 issues of Clément Latzarus

### Problem The link to download the latest version in the README file doesn't work because the file name contains the version while the link does not. Clicking the link...

### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...

type: bug
status: accepting prs
semver-major

Any plans to support double tap ? If I'm not mistaken, this is not supported by ZingTouch yet. I tried to use the `numInputs` option of the `Tap` gesture only...

I have a column in a legacy database schema that has hyphens in its name (`cart_as-a-gift`). The column in my schema.xml (generated using `propel:reverse`) looks like this: ```xml ``` Running...

Adding Propel to a legacy project with an existing database, I've noticed that sluggable behavior might sometimes generate truncated slugs. Here is my sluggable behavior config: ```xml ``` and the...

Improvement

As I understand it, when enabling `images.remote.allowFullURL` in config, any remote url can be used as a remote source. It would be great if we could whitelist domains that can...

type: enhancement

Hey! I cannot install dadi/cdn following the readme "Your first CDN project" instructions. This is what I did: ```console mkdir my-dadi cd my-dadi npm install --save @dadi/cdn echo "const app...

status: needs docs

Bonjour ! I don't think there is any way to sort search results right now, but I think it would be very useful. I often use sorting when searching for...

The message > 'Invalid setup. See https://tina.io/docs/tina-cloud/connecting-site/ for more information.' from the error thrown here https://github.com/tinacms/tinacms/blob/d6af1fafadafec6c9dff0c6b481847c6fe333c5b/packages/tinacms/src/tina-cms.tsx#L165 and here https://github.com/tinacms/tinacms/blob/d6af1fafadafec6c9dff0c6b481847c6fe333c5b/packages/%40tinacms/cli/src/next/codegen/index.ts#L221 points to page page from the documentation that does not exist...

## :recycle: Current situation GitHub recently added a copy/paste button on markdown code snippets. Shell command examples starting with `$` make it hard for the user to use this functionnality...