tommie

Results 36 issues of 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...

enhancement
under review
work in progress

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...

design discussion

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...

enhancement
p2 - icebox

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...

bug
p0 - critical

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,...

enhancement
p1 - backlog