Iulius Curt
Iulius Curt
Right. So, while the functionality exists, one little button on the interface to generate that would make this usable.
Me, as an average user, can't handle manual URL encoding of my function. So it should be auto-generated somehow to be usable by me (and the class of users that...
In Photoshop, after you select the font, you can type e.g. "circletwitterbird" and it will turn into the icon. Works just as it does on the presentation website.
> These types of statements occur frequently in gwt, and other libraries. This sucks, because support for `String.format()` is just basically implemented and it's implementation is also not very extendable....
There actually is a `sync.py` in `java2python/mod/include` which is the intended import. Is this helping you?
I reduced the example to the following: ``` public class FeModelData { public void setNodeCoords() { for (int i = 0; i < 3; i++) i = 0; } }...