Manuel Francisco Naranjo
Manuel Francisco Naranjo
Grid form
This series of patches adds support for multiple fields in a row as suggested by #448 It's using bootstrap for generating the needed layout. A configuration example would be: ```...
ui-bootstrap changed it's API in version 0.14.0 cleaning it's name space adding uib to prefix to each of it's services, this commit fixes the issue.
The caching feature is super nice, but it's actually risky. If you start creating big enough objects at a high frequency (less than 1 minute) then the cache starts growing...
Adding an extra option canvasimg that lets the user of the library pass a canvas with the image preloaded, this allows for instance to get a rotated picture from a...
Peter, This is a patch I had been using for quite a long time all ready, it allows for the admin site to work correctly when running with cherrypy, feel...
When an environment sets up the credentials helpers and configuration it's expected the behaviour that container_pull provides is also offered by container_push ## PR Checklist Please check if your PR...
https://github.com/bazelbuild/rules_jvm_external/issues/1070 Stop making use of a genrule that copies the already downloaded jar handled by http_file file into the target repository and instead make use of an alias for proxying...
I've been for a while struggling with those _extension targets we create, we have a setup where we're using build buddy open source over grpcs for caching and bes. Our...
In order to achieve a grid form layout like in the image we need field containers. Fieldsets will contain rows which then will contain fields. Possible target:  Real example...
I started trying to update rules_pkg to build some of our RPMs at booking, and noticed a few issues. This are small changes, and even though they're not related, I...