Paul Draper

Results 77 issues of Paul Draper

## Description Implement `multilineObject` config option to control how multi-line JavaScript objects are formatted. ### Choices #### "preserve" This is the default. Objects are kept on multiple lines if there...

There is currently a Dependency view, which is interesting, but Zipkin has a *lot* more data for which it could provide visibility. I'm thinking of an aggregated view of parent-child...

Needs timeouts, or better, to accept an AbortSignal. I don't want to hang forever if Klaviyo API ever has issues 😓

My links aren't private. I'd like anyone at my organization to be able to use them without logging in. ``` """Returns (shortlink_object, actual_destination).""" perfect_match = models.ShortLink.query( - models.ShortLink.organization == organization,...

I must be missing something, **but shouldn't this project be documented?** > The Kinesis Producer Library (KPL) runs in a separate process, and communicates with your parent user process using...

I distribute and execute SBT builds on a Jenkins cluster, with one Jenkins job for each project. Compiling the (common) build definition take up a whole minute or so for...

Enhancement

**a.json** ```json { "$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [ { "$ref": "b.json" } ] } ``` **b.json** ```json { "$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [ { "type": "string" }, { "type": "array", "items": {...

bug
help wanted
good first issue