Nicolas Gaborit

Results 26 comments of Nicolas Gaborit

On the branch `no-decorator-set`, we don't set new decorators on the EditorStates, and the repeated keys issue disapears. It seems not to be related to performances issues, because the Editor...

Linked to issue https://github.com/facebook/draft-js/issues/414

I'd like to use `react-native-version` but I noticed the project I created defines `MARKETING_VERSION` and `CURRENT_PROJECT_VERSION`, and uses `MARKETING_VERSION` in `Info.plist`: ``` CFBundleShortVersionString $(MARKETING_VERSION) ``` `CURRENT_PROJECT_VERSION` is not used though....

> @Soreine Are you integrating React Native into an existing iOS project, or is it a fresh project bootstrapped with the React Native CLI? It is a project that was...

Greetings everyone, I published improvements to the `plugin-lunr` that powers the `plugin-search` by default, now in version `1.2.0`. In addition to the fixes mentioned by @0joshuaolson1, I added the possibility...

I'm not sure that we can properly clean the HTML by chunk (through the parser). `htmlclean` needs context to know what can be removed. However, we could do a first...

You need to write a set of rules like it is done in the `markdown` or `html` folders. Rules are functions that are called, in order, to consume the input...

I saw this proposal http://fletcher.github.io/MultiMarkdown-5/attributes.html And wondered if we could use this kind of syntax, exploiting link references, to add more attributes in a fallback-compatible manner with GitHub. But this......

I'm using `mousetrap` which binds listeners to the `document` element by default, and I have noticed that these event listeners will be invoked before the `onKeyDown` handlers of my React...

A simple warning for the fellow newbies who are just starting to learn Rust like me. It seems that **you need a Cargo.toml file** in your project so that `rls-vscode`...