Dominique Quatravaux

Results 42 comments of Dominique Quatravaux

See my [use case](https://github.com/epfl-sti/cluster.foreman/blob/master/puppet/environments/production/modules/epflsti/manifests/private/mesos.pp#L44). Without this PR, `/etc/mesos/zk` doesn't get created, and in fact it gets deleted by Puppet if created manually (due to the superclass-level default value of $zookeeper...

Issue exists in today's quelpa (checked out from Git master, using the recommended bootstrap method)

I agree but I am in no position to proceed the way you suggest, since I am not the author of `org-screen.el`. Please consider merging https://github.com/quelpa/quelpa/pull/239, which also fixes the...

Hello @steckerhalter, please take another look at #239 — I hope that the new, much less intrusive fix doesn't require a guarding flag anymore.

> fixed in [ansible/receptor#683](https://github.com/ansible/receptor/pull/683) Not for me — I seem to still get only the first chunk of logs. Running AWX receptor version 1.4.1 against OpenShift 3.11's (I know, I...

The `~/.ocamlinit` value appears to be [hard-coded in uTop's source code](https://github.com/ocaml-community/utop/blob/master/src/lib/uTop_main.ml#L1406). We should probably create an issue there. A workaround is to call `rtop -init ~/.rtopinit` in a wrapper shell...

By applying #1987, it becomes clear that the issue is that Meteor is unable to load the `@angular/compiler` module: Error: Cannot find module '/Users/quatrava/Dev/angular-meteor-base/node_modules/@angular/compiler' Require stack: - /Users/quatrava/.meteor/packages/meteor-tool/.2.11.0.1px97s8.nn7t++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/isobuild/bundler.js - /Users/quatrava/.meteor/packages/meteor-tool/.2.11.0.1px97s8.nn7t++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/isobuild/compiler.js...

The error is caused by some kind of ES Module mishap in version 13: ```bash $ rm node_modules; ln -s node_modules-v13 node_modules $ meteor node -e 'require("@angular/compiler")' internal/modules/cjs/loader.js:977 throw new...

I pinned this down to the fact that Angular v13's `@angular/compiler` started putting an `exports` field in its (generated) `package.json`, which [Meteor doesn't support](https://github.com/meteor/meteor/discussions/11727). I'm having trouble digging down any...