Roman

Results 8 issues of Roman

While working with lists I've noticed that on every change the whole list is sent over the wire. Updates to other clients are also received whole. I modify the list...

## Video example ![simplescreenrecorder-2022-07-15_01 48 46](https://user-images.githubusercontent.com/13500086/179097384-800eec19-6b96-46c8-b3b8-d2dcd0586bdf.gif) Sorry for low quality, its best I could do ## Package version ``` "@adonisjs/core": "^5.8.4", "@adonisjs/repl": "^3.1.11", "@adonisjs/view": "^6.1.6", "@symfony/webpack-encore": "^3.0.0", ``` ## Node.js...

Status: Abandoned

I want to use the client in my typescript project. But I face the following issue: `Uncaught SyntaxError: The requested module './../../../node_modules/socketcluster-client/index.js' does not provide an export named 'default' (at...

I am having a hard time declaring htmx types globally and on the window object. I load htmx via a script tag in the browser, but I would still like...

### Is your feature request related to a problem? I experience difficulties with extracting unix milliseconds from timestamp. My application uses int64 unix millis for all timestamps. For example i...

New feature

Added a simple de-bounce with a default delay of 200ms. On my system every file save fires the event twice, and this fixes the issue

Previously if I wanted to stack modals, the backdrop would always be behind the first modal. Now it behaves properly if `isOpen` is not used. Behavior does not change when...

I have added an example for easy preview of this library. Also e2e tests are created for both dev and prod modes. There are a few bugs, mostly regarding hot-reloading...