Dominique Quatravaux

Results 23 issues of Dominique Quatravaux

**What's the problem this PR addresses?** Emacs-related instructions in the [official documentation](https://github.com/yarnpkg/berry/blob/master/packages/docusaurus/docs/getting-started/extra/editor-sdks.md) are lagging behind a bit: - they mention `eval-after-load` even though the recommended `.dir-locals.el` settings don't make use...

This is a successor to #102 of sorts. - What I am trying to do: ```R library(dplyr) library(multidplyr) # install.packages("broom") cluster % group_by(Species) %>% partition(cluster) %>% reframe(broom::tidy(lm(Petal.Length ~ Sepal.Length))) ```...

feature

Document the feature I just discovered at https://stackoverflow.com/a/49946860 ![here-castle](https://user-images.githubusercontent.com/1629585/212710399-37fbdf2b-e4b3-4d24-8fae-b27459f6434b.gif)

In the case where `ObservableCollection#insert` fails synchronously (e.g. when attempting to insert into a collection that has a [simpl-schema](https://github.com/Meteor-Community-Packages/meteor-collection2)), the following code should catch the error: ```typescript collection.insert({}).pipe(catchError(error => {...

Fixes #246 Use [lodash](https://www.npmjs.com/package/lodash), which is already an indirect dependency.

Running the master branch of `meteor-rxjs` in a Meteor 1.9.3 project (that doesn't explicitly use the `underscore` package) results in the following server-side stack trace: ``` W20191107-17:14:36.031(1)? (STDERR) ReferenceError: _...

There is only one `_this._data` array per `ObservableCursor`, that gets passed around by reference to all `_observers` every time `_handleChange` runs. As a result, downstream consumers that try to filter...

- Modernize the big dependencies (Webpack, React, React Router, PostCSS instead of cssnext) as well as the smaller ones (lodash, node-libs-browser, basscss) - Simplify the development rig by running an...

[rails.starterkit](https://github.com/epfl-si/rails.starterkit) is a legit Web application (not even a storefront site or CMS) that doesn't use cookies at all. There is currently no way to disable the cookie consent footer...

enhancement