swellrt icon indicating copy to clipboard operation
swellrt copied to clipboard

SwellRT main project. Server, JavaScript and Java clients

Results 55 swellrt issues
Sort by recently updated
recently updated
newest added

[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection...

I can get the revision history, based on the demo page. But how to get the specific revision version data with swellrt js sdk so that I can display it...

Hi, this is the exception I get when I try to write about 1MB size of data to the collaboration object: Uncaught Error: Class$S21 at Lob.bg [as vb] (swellrt_beta-0.js:5348) at...

Hey, in my application, there are 2 editors and 3 viewers on the same document connected simultanously. It looks like after the 2 editors did their work for about 2...

From [Reference.md](https://github.com/P2Pvalue/swellrt/blob/develop/wave/doc/swellrt/Reference.md#collaborative-objects): > ``` > service.open({ > > id : "local.net/s+T6Ad2s2TC2A" > > }).then( object => { > > }) > .catch( error => { ... }); > ``` >...

Why not supporting higher versions as well? :thinking:

hey, you suggested to use stopShowDiffs here: https://github.com/P2Pvalue/swellrt/issues/235 now, it works for the dev build but in the prod build there is no such function. Also i did not get...

I found the service.getUser(userId) method always return something no matter the user exists or not, and the returned profile shows anonymous in id and name. The user id I passed...