Judson Lester

Results 93 issues of Judson Lester

As it stands, UNION, INTERSECT and EXCEPT are implemented and Binary nodes on two ASTs - but the SQL spec and (at least Postgres's) implementations treat them more like a...

I'm working on a project that uses varlink (c.f. https://github.com/nyarly/lorri/blob/stream_events/src/daemon/rpc.rs) It appears that clients connecting to the Monitor interface are leaking worker threads - even after those clients disconnect, the...

Building a Go tool emit multiple files, I need to be able to emit JSON and YAML based on CUE values. For JSON, I have ``` func writeJSON(path string, v...

FeatureRequest
roadmap/api
encoding

- **lorri: systemd allow access to cache directories** ### Description Lorri fails builds with fetchers if it can't write to .cache/nix; This PR adds that to ReadWrite ### Checklist -...

**Describe the bug** Because the project is tagged v3 and has a `go.mod` file, Go expects the module path to include the major version: I can appreciate that you ship...

bug

##### Description Optionally allow commits and PRs to be made using a token. Documents how to use this to get verified commits _and_ PRs that trigger further actions. ##### Checklist...

### Overview Hello there! The Ops team is changing the way we deploy applications in Incubator, and we need the help of someone on this project to accomplish that. Thanks...

Would it be possible to get the Nokogiro Element that the itemscope is on in an Item? The DOM Microdata interface returns a NodeList, and it would useful to be...

``` ⮀ impl 'msg diffRezMessage' logging.LogMessage unrecognized interface: eachFielder ``` Where `logging.LogMessage` is like: ```go // A LogMessage has structured data to report to a log (c.f. Deliver) LogMessage interface...

This is going to come off more challenging than I intend, but let me argue that there are network activities (logging among them) that you want to let fail. Let...