Louis-Dominique Dubeau

Results 62 comments of Louis-Dominique Dubeau

I've opened this bug report but I'm fine with anybody taking it over. I've had a slew of life changing events in my life that make it so that I'm...

Regarding your first batch of cases, there's nothing wrong with your settings. The last case is not indented consistently with the rest. That's a bug. A PR to fix it...

In Emacs' help, there's "Emacs Lisp Intro" and "Elisp" which are useful. The way I fix indentation issues is that I turn on EDebug (documented in the "Elisp" manual I...

I've run into this problem too. Here is my current working hypothesis as to what's happening. `greenkeeper-lockfile` determines whether the branch contains a single push by checking if this expression...

@peoplemerge You can use Rangy with React. The actual problem in #390 is that the OP is trying to use functionality that depends on markers inserted in the DOM tree...

It seems to me you just need to use the [character options](https://github.com/timdown/rangy/wiki/Text-Range-Module#characteroptions). Specifically, the `ignoreCharacters` option.

This is also a problem when using webpack to incorporate a jison-generated module into a build. (By the way, `moduleMain: function() {}`, not `mainModule: ...`.) Ultimately, what I'd like to...

There has been [one](https://github.com/lddubeau/saxes/issues/15) other request for a streaming API. At that time the person who asked was satisfied with the answer I gave and so it did not go...

I've just pushed out 5.0.0-rc.1 on the `next` dist tag so `npm i saxes@next` would install it. ### `initialize` method I don't see any reason to use an `initialize` method....

@alubbe Aaaaaargh... I forgot to update the publishing scripts and hilarity... hmm... garbage ensued. rc.2 is now out and I did pull it down to check that it is not...