Pieter van de Bruggen

Results 9 comments of Pieter van de Bruggen

Sadly, it's not. The Mustache community as a whole has moved on in some different directions, and I have found myself less and less frequently using any sort of templating...

Worked around this locally by changing `lib/proyo-repl.coffee` as follows: ```diff range = editor.getSelectedBufferRange() range.end.column = Infinity - inlineHandler = @repl.makeInlineHandler(editor, range, (value)=> - [varName, {}, [parser(value)]]) @executeCodeInNs code, displayInRepl: false...

Also seeing this (or a related) issue. ![image](https://i.gyazo.com/f7c4a4a4bd1c44abcc4ad5b618a3cc7d.gif) When triggered, the `exit` transition causes each section to jump downwards by about 14px, which happens to be the amount of padding...

@joshwcomeau I'm currently running v2.3.0. Relevant styles: ``` scss .timeline { /* inline */ position: relative; .date-container { height: /* inline */; margin: 14px 0; .day-of-weeks { display: block; font-size:...

I'm using the morph to compute a diff, so I can't make my changes beforehand, but I can queue them (either with an array outside the callback or with a...

@ritchxu Is there a reason this shouldn't automatically write to `process.env["GITHUB_STEP_SUMMARY"]`?

This change also seems to be hard-coded to work with `.trx` inputs, and fails when given a path containing a glob.

Speed is customizable now..

I'm finding myself with a similar issue: With TotalTerminal installed, clicking the Terminal icon in the Dock shows or hides the visor. I mentally divorce the visor and the Terminal...