boosh

Results 13 issues of boosh

Add a flag to automatically support converting e.g. `asshole` -> `assh0le`, `assho1e`, etc.

enhancement
help wanted

Invoking `protoc-gen-swagger` with: protoc -I/usr/local/include -I. -I$GOPATH/src \ -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ --swagger_out=logtostderr=true:. \ mycorp/api/user/v1/user_service.proto The outputted file ends up in `mycorp/api/user/v1/`, not the current working directory.

bug
help wanted
openapi

There's no obvious documentation on how to actually comment .proto files so they can be parsed by protoc-gen-swagger. It'd be useful if some was added.

help wanted
documentation
openapi

I have this in my main `routes` file: ``` # Map static resources from the /public folder to the /assets URL path GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset) ``` And in...

Running this on a vagrant, the playbooks download nginx sources to /tmp. Vagrant destroys /tmp on reload, so now I have to sit through the nginx playbooks downloading everything again...

Thanks for this great app. It'd be super handy if it shipped with a better ImageField widget that displayed the image as an image instead of using django's default widget...

Trying to use this with react-router, it fails if `element` is null in the function `getTop`, breaking the app if the element to scroll to hasn't been rendered (e.g. because...

### Describe the Feature Custom lambda@edge permissions ### Expected Behavior I wanted to provide a custom IAM policy but it doesn't seem possible since it's only attached at creation time...

CMS_SITE_LANGUAGES allows different languages to be configured per site. This should be used instead in fields.py so only those languages configured for a particular site are displayed to users.