Kenton Varda

Results 33 issues of Kenton Varda

https://github.com/sandstorm-io/sandstorm/pull/2838 adds support for apps to export and request HTTP APIs via the Powerbox. Davros should advertise itself as implementing WebDAV! However, we need a couple things first: * `src/sandstorm/bridge-proxy.c++`...

A user (the same one who wanted PDF support) said it would be nice if .odt and .pages files could also be previewed. Obviously this would be a whole lot...

enhancement

In the readme, in comparisons against each of Avro, Protobuf, JSON, and Flatbuffers, each comparison lists "Safely handle untrusted data" as a benefit of Noproto. I can't speak for Avro...

The text format marshaller includes all fields in the output, even those with pointer type where the pointer is null. This differs from the C++ version, which only marshals pointer-typed...

enhancement

I'm using watchexec 1.20.5 on Linux. It works great! Except for one thing... I have a directory structure like this: ``` src/ # my code deps/ # literally like 200,000...

bug

Hi Scaleway, #158 requested seccomp be enabled and #161 enabled it, but it appears that change was lost somewhere along the line, as many of the kernel configs today do...

Now you can do e.g. `Promise`. `.then()` will pass all the values as separate constructor parameters. A callback passed to `.then()` may return `kj::Tuple` to produce a `Promise`. This is...

This will detect amplifications that merely burn 100ms of CPU, whereas before we'd only really detect amplifications that take so long that the person running the test gets impatient. This...

@eqvinox This is how I propose we represent doc comments (alternative to #302). We can also use this for things like source code locations (line/column numbers) of declarations. The `SchemaLoader`...

For a while now, the Cygwin CI has been persistently hanging. The errors in the test log suggest deep problems in Cygwin itself, nothing we changed. I'm going to disable...