realth000

Results 10 comments of realth000

> I'm trying to use PlutoGrid with GetX as well, and hit this problem. Whenever data is updated, grid shows old data. Is it a bug or something undocumented in...

@conium try the demo here https://github.com/realth000/demo_plutogrid_getx

Same problem. Any workaround?

Any config required? The release build from commit 402382c0 seems not fix this. Tested with arch linux + hyprland, with/without `WINIT_UNIX_BACKEND=x11`, in vim insert mode and command mode.

Yes, this looks much better. If you like, I am willing to provide a PR.

For arch linux, as a workaround, install taglib1.

For the second error "missing kotlin version", add kotlin version definition to your build.gradle, like the commit [here](https://github.com/realth000/tsdm_client/commit/1252717354e878ae8f42d42f02ae4b083e9f5d97). After upgrade fluttet to 3.19 (also new created projects, maybe), some build...

@Masood-1 Removing one not works with my code. Actually I didn't realize `nth-child` may not work properly until yesterday. I'm matching a part of html code like this: ``` html...

Somehow the `filter` [here](https://github.com/loctvl842/monokai-pro.nvim/blob/2bad2a92fe0ff6c8581d33a853a1b17592b83239/lua/monokai-pro/colorscheme/init.lua#L30) is `nil`. I'm using lazy.nvim as package manager and set monokai-pro.nvim to `lazy` fixes this issue. By the way I don't have anything like `require("monokai-pro").setup({ ......