Matthias Perktold
Matthias Perktold
To be fair, I tested resync by faking a resync request in my debugger, i.e. adding `resynchronize: true` to the JSON payload in a breakpoint. I don't think the behavior...
I can also forward this to atmosphere if you prefer.
> runWhenAttached is a low-level tool that is quite tedious to use correctly To add to this: I ran into some unexpected behavior regarding order of execution. I have a...
I have the same problem and implemented the following service that prepends the base path as a workaround: ```java @Service public class BasePathAwareLinks { private final URI contextBaseURI; private final...
@drenda happy to help! 😺 For me the first part was not important, but in general we probably should consider it as well. I guess you could extract it from...
Similarly, `MultiSelectComboBox` has neither prefix nor suffix. I suggest that both classes implement `HasPrefixAndSuffix`.