tommie
tommie
### What is the problem you're trying to solve With multi-stage builds, it's useful to be able to e.g. access an SSH server only from within the build image. Docker...
**Is your feature request related to a problem? Please describe.** When using `Any` in unit tests for a proxy, I want to be able dynamically generate Protobuf definitions, load them...
**DRAFT: Awaiting #274 to refactor `JSError`.** Returning an error from a callback feels like the most Go way of supporting exceptions, and it ensures the Go code doesn't continue executing...
This allows e.g. setting the @@iterator property on an object, turning it into an Iterable.
[Gitea](http://gitea.io/) is a service that can use a reverse proxy header for authentication, but doesn't allow at-signs in usernames. The reverse proxy support is part of SSO support, and is...
This is a first happy case. There's nowhere for the user to select a localpart, which makes it a bit useless in production. If the identity provider doesn't provide a...
I have a use-case where I want a query parameter to control the appearance of a dialog box. The same dialog can also be opened with a button. This is...
Currently I do something like ``` html ``` which always keeps the elements instantiated. This is fine philosophically (preloading page data whenever the right parameters are present), but leads to...
I tried to animate padding, and ended up spending quite a while investigating why I was getting "Partial keyframes are not supported". (Note it doesn't mention padding in that error...
Object literals in the code snippets look better if they don't contain " escaping. E.g. using ``` js // Attributes with embedded JSON look better with apostrophes. snippet = snippet.replace(/="[^"]*"[^"]*"/g,...