Dominique Quatravaux

Results 23 issues of Dominique Quatravaux

Because of the unfortunate combination of the following facts, - Meteor serves the entire app on any URL that it doesn't recognize, - `angular-typescript-compiler` [insists](https://github.com/Urigo/angular-meteor/blob/master/atmosphere-packages/angular-typescript-compiler/index.js#L133) on taking control of the...

What I am trying to do: ```elisp (use-package org-screen :quelpa (org-screen :fetcher url :url "https://git.sr.ht/~bzg/org-contrib/blob/master/lisp/org-screen.el")) ``` What I expect: an autoinstalled, working `org-screen` package What I get instead: ``` Error...

## What's wrong `straight.el` hasn't installed a single package yet, and it's already consuming north of 300M on disk: ## Directions to reproduce 1. `rm -rf ~/.emacs.d/straight` 2. Apply the...

bug

When gobbling up the following file using `utop-eval-buffer` in Emacs (i.e. with C-c C-b), the first time produces an error, while the second time (after `utop` is already open) works...

emacs

As per the recommendation of https://stackoverflow.com/questions/15627779/#answer-15628828 : this technique allows default values to propagate to the common (superclass) actions, without being forced to use a global value setting mechanism such...

The [settings variables](https://github.com/makamaka/JSON-PP/blob/master/lib/JSON/PP.pm#L276) are global variables (although not visible in a global scope); they may be clobbered by a reentrant call to JSON::PP. Here is a minimal test case demonstrating...

Steps to reproduce: 1. `git clone [email protected]:domq/angular-meteor-base.git` 2. `cd angular-meteor-base; meteor npm i` 4. `env AOT=1 meteor` → **behavior OK**, see below 5. `git checkout upgrade/angular-12 && env AOT=1 meteor`...

I'm witnessing a resurgence of something that has the same symptoms as #1934, yet I followed all the instructions there. (See also #1988). I assume that the to-do item of...

💡 Every single change in this PR was carefully confirmed to be indispensable (as of today) to get the demo app to start up again. - “eager” approach as far...

Fiddle at https://jsfiddle.net/2f6uzmb5/6/ Steps to reproduce: 1. Import Goober “the old-school way” e.g. with ```html ``` 2. Set `window.target` to something that internal function [`getSheet()`](https://github.com/cristianbote/goober/blob/master/src/css.js#L21) won't like 3. Call `css()`...

bug