Bruno Škvorc
Bruno Škvorc
I believe we have an opportunity to make an impact on the ecosystem if we approach the problem of beacon node incentivization ([history](https://github.com/ethereum/eth2.0-specs/issues/157)) from day 0. I propose we build...
Add "Copy HTML to clipboard" button next to "HTML" heading on the "Show HTML" popup.
Due to a new directory layout for the configuration files, the glide setup results in an error because it sets the wrong folder as the source of the images by...
Due to some critical issues that render Gatekeeper completely insufficient for any kind of production use, namely [this](https://github.com/psecio/gatekeeper/issues/60), [this](https://github.com/psecio/gatekeeper/issues/55), [this](https://github.com/psecio/gatekeeper/issues/54), [this](https://github.com/psecio/gatekeeper/issues/59) and more, and due to the complete unresponsiveness by...
Glide currently resizes images on-demand, when they're requested and if they're allowed. Sometimes, however, a user might want to generate these images well in advance. Build a UI which would...
Rauth works well for limiting access to classes and methods, but sometimes people will still want to limit access to routes directly. Find a way to hack around the router's...
Currently, switching out CSS / JS files is just a matter of replacing the `assets.ini` file with one configured for a different front end framework. However, the view logic makes...
A command line utility for adding sites would be nice, so that people don't have to manually add them in.
Right now, the bash string manipulation for Windows in `folderfix.sh` is pretty primitive. It works, but it sucks. Could do with a nicer one, if someone's feeling up to it....