Rob Figueiredo

Results 40 issues of Rob Figueiredo

Presently glock only reads the currently checked-out commit, and it reports [OK] if there are uncommitted changes. Instead, it should report uncommitted changes as an error that the user should...

I want to use this with a database that has a TitleCase naming convention -- is there any way to do it? I didn't see any way to override the...

I didn't see a way to get beedb to use a transaction. I'm not sure what the right interface would be, but is it something you are thinking of?

I apologize ahead of time for this bug report. I'm using fsnotify to watch templates during development as a trigger to reload them into the program. However, for whatever reason,...

Hi, One chap submitted a pull request to watch the entire GOPATH worth of source: https://github.com/robfig/revel/pull/153 That seems to work in inotify (and I believe windows as well) -- however,...

I'm just curious if you were planning to handle loading of relations at any point? e.g. If a User has an associated Account, would you say it should be represented...

help-wanted

How do you feel about adding a hook that runs after loading an entity? I use this feature (in Gorp) presently for two things: 1. Eagerly loading relations 2. Setting...

We discovered that Java & gogo treat a message with an invalid field encoding as an unrecognized field, while gogofast treats it as an unmarshal error. I'm not sure if...

status-planning
topic-template
topic-controller
priority-should
type-enhancement

In addition to Go, I build Java and JavaScript (via rules_closure) with Bazel, and the error messages from rules_go still compare unfavorably, even with the recent improvements (#2061, #2664). Here's...