Andrea Aime
Andrea Aime
**Comment by [etj](https://github.com/etj)** _Monday Oct 22, 2012 at 17:40 GMT_ --- Tried to modify into ``` layersComboBox.setEditable(true); ``` but it seems that autocompletion is not working properly when the store...
**Comment by [etj](https://github.com/etj)** _Monday Oct 22, 2012 at 17:41 GMT_ --- If looking for the widget gallery, please refer to this older version, since this is the one used in...
**Comment by [fgravin](https://github.com/fgravin)** _Monday Nov 25, 2013 at 14:42 GMT_ --- I can do a PR if you want me to update those resources. But if you want to do...
**Comment by [fgravin](https://github.com/fgravin)** _Monday Nov 25, 2013 at 16:04 GMT_ --- Updating a css rule in gxt-all.css fixes the icon offset issue after moving to 2.2.5. Add the _.x-btn-text-icon .x-btn-icon-small-left...
The PR was merged with many failing builds:  Now, the failure is due to API changes that are unrelated: ``` Error: 6,180 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile)...
You're right, it's odd... it's as if it merged two subsequent runs in one report...
Hi there, thanks for sharing your work! I don't have time right now to review the PRs but I see a pattern that cannot be accepted: unbounded resourcing. The thread...
@mbosecke I'm not sure, but wondering why the numbers in "run without GWC" have roughly doubled compared to the charts in your first comment (from 400/500 ops per second to...
Also thinking out loud, maybe this work can be split into two parts. One is just contributing the faster PNG encoding for sub-images, while the other can built on top...
Finally found a minute to look at the code. If I read correctly, in case of seeding there is no async behavior whatsoever, the asynchronous bits are just for interactive...