Jacob Anderson

Results 8 comments of Jacob Anderson

>Rather than applying a cartesian product across every `ArgGroup`, I think it'd work better if instead we had `group.multiple_usage(true)` (ie you opt-in on a per-group basis. We'll need to make...

@GrahamBenHarper I did some work myself to get this functional using the `{{entry}}` variable from the documentation of the `EntryBibLaTeXAdapter` found [here](http://www.foldl.me/obsidian-citation-plugin/classes/entrybiblatexadapter.html). From this, the following template will work to...

> ```` > ```bibtex > @{{entry.data.type}}{ {{~citekey}} > {{#each entry.data.fields}} > {{ @key }}={ {{~this~}} }, > {{/each}} > } > ``` > ```` Actually, no. This does not work...

Same issue here! This is my step that fails: ```yml - name: Checkout uses: actions/checkout@v3 with: submodules: true ```

> Same issue here! This is my step that fails: > > ```yaml > - name: Checkout > uses: actions/checkout@v3 > with: > submodules: true > ``` I've appeared to...

A possibly compromise between the two would be a single hourglass that contains the green and the blue colors (i.e., blue sand on the top of the hourglass that is...

In addition to this, the Flathub listing also has several typos in the description: >The Pomodoro technique is efficient for tasks you find boring, but having to take a break...

As an alternative, I removed the broken feature and recompiled. To resolve, comment out https://github.com/spotify/dockerfile-mode/commit/9f4381178aa03212cd3400c60c0f48ff306a0994#r134956599 and recompile your packages [^1] with the following: ``` M-: (byte-recompile-directory package-user-dir nil 'force) ```...