Brenden Soares

Results 128 comments of Brenden Soares

### TODO - [ ] add context-based error messages

You're welcome to submit a PR adding this functionality to the `Static` module, but for now there are other more urgent issues needing what limited time @revel/core has to give....

# TODO - [ ] extend `static` module to support directory listing

I've scheduled this for consideration in v0.11. We'll see what we can do about this as it seems like a reasonable use case. Thanks for posting here @jsegura

If someone else can assist by contributing code it could be, but we have quite a large release already scheduled that will likely be split into the next release. Personally,...

@anonx thanks for mentioning that. First I've seen it. It seems `go generate` is intended for including content into the binary via byte slices and such. We need to preserve...

@acrisci just experiment. I haven't dived deep enough into how the `revel package` command works to give any additional details currently. There are other higher priority items we're focused on....

@acrisci I have confirmed your findings. Also, we need to note that certain modules, such as `testrunner`, also must have their source accessible if they make use of views, templates,...

I was thinking we could create a `searchPath` flag that can default to the current working directory of the app binary or it could be set at runtime from the...

@acrisci I just forked `robfig/config` to `revel/config` recently. We can use that URL soon. You can always use your own fork in the mean time and then submit a PR...