Brendan Ball

Results 29 comments of Brendan Ball

Unless there's a problem with drawio using svg as the source, I think @jgroom33 's answer is the correct solution and works right now without any changes. Basically, drawio is...

Is there a solution for this? I'm trying to get us to use asciidoc + plantuml + drawio for documentation. This will primarily be viewed on gitlab, but for writing...

I think Asciidoctor is lacking the concept of a build. If I wanted to publish the result of Asciidoctor, I would for e.g. want a `public` directory where the html...

Asciidoctor is the only thing that knows which files are dependencies though. So do you agree the best way to do this right now is to create a plugin `asciidoctor-images`...

ok, I'm using the vscode asciidoctor plugin for live preview, specifying a custom command `asciidoctor -r asciidoctor-diagram`, so I'm not sure that'll help

Why can't this work like a regular jest mock where you're able to for example do ``` test('foo', async () => { const mock = jest.fn() mock .mockResolvedValueOnce({ foo: 'bar'...

I'm glad that you've already thought about this and have solutions that fit insomnia. I like the combination of locking/snapshots and scratch requests. The scratches might be useful if you...

It's also happening to me on Arch, very randomly when I'm just busy doing normal work.

I'm evaluating mailgun and this is just sad. Their main documentation references this client with the ` var Mailgun = require('mailgun-js');` which points to this package, however mailgun seems to...

I have the same problem with kubectl as aserrallerios, except for me I can't even run `antigen bundle kubectl` manually in a shell to fix this. When I do this...