Ed Brannin

Results 28 comments of Ed Brannin

I'm not sure if this is the right issue, but #1560 points here, so I'd like to add another use-case for caught assertions: I just wrote some business-logic assertions _and_...

I want to catch download events with this API: https://electronjs.org/docs/api/download-item

Example of something missing: onPost with a body and headers (and auth? Does this ignore auth?)

Do you think it would be a better idea to do a change like this against `master` or `calcalc`? (Thinking mainly of merge issues own the line)

FWIW, I use `vim -O` with dwm all the time and the only thing I've noticed is the default layout no longer matches what's advertised.

@diddledan Any idea why it spawns exponential reconnection attempts? Does the error-handler fire multiple times per disconnect or something?

(Note: I'm not an 11ty maintainer) I love this idea. From your first code example: how would 11ty then know how to process the PDF version of the page differently...

It sounds like the MVP would work like this: 1. Upload or paste a Dataforged-format JSON files 2. Make changes with the form 3. Download or copy the resulting Dataforged-format...

Thanks for the detailed reply! I hadn’t noticed Datasworn’s new focus. To what extent is the current (v0.0.8) schema unlikely to change? Besides the issue about generating independent sub-schemas for...

I tried to implement `(Export|Copy) as (HTML|Rich Text)` but I had a hard time wrapping my head around clojure -- specifically, how best to create or provide a Markdown instance...