Tony Crisci
Tony Crisci
I have a use case for this as well. What can I do to help out?
The method I used to find which code in the src folder is needed was to package the chat example program, remove things one at a time, and see where...
So it seems to me that the src folder is required primarily for file system access for config files, views, and web assets. A possible solution would be to use...
I tried to figure out a way to load the config from embedded assets and ran into a problem. The error from loading a config (reported above) happens in [config.go](https://github.com/revel/revel/blob/master/config.go#L26)....
@brendensoares I'm not sure whether or not robfig/config is active. There is a revel fork, [revel/config](https://github.com/revel/config), but it is not being used in the project. Neither of these projects have...
> Let's make it toggleable. FYI, the wayland spec says to share the clipboard selection with windows only at the time they receive keyboard focus (and when the selection changes...
Anyone who wants to take this up should look at #440 for a poc.
Ah ok, not having the ability to iterate over a list of outputs in the layout isn't good and I don't think I like the iterator approach. I'm starting to...
Yeah, I think we need it as a list structure. But I think it would be better if that's all it did. Right now, it gets emitted on the layout...
I feel like we're getting really close to being stable. But I'd like to go through and see if anything should be made private. It's easier to add them back...