Magnus Gule

Results 16 comments of Magnus Gule

Upvoting this! Edit: Moved comment to new Issue instead

@m4theushw : Really appreciation if memorize of rows, cells and column can get in place! The model should be to create custom Components like you do in the PR link?...

@m4theushw Would it be possible to test an equivalent PR to x-data-grid-pro? I tried mixing the commit with my existing code and memoize it, but it it broke, as expected....

> @rompeldunk > > > Would it be possible to test an equivalent PR to x-data-grid-pro? > > Yes, you can find links to the packages in the Packages section...

Just to clarify: (in my use-case at least) - It is the params from the `renderCell (params: GridRenderCellParams)` which cause the problems, since i.e. the `api` reference which changes for...

I'm really sorry. This was a bad issue description. 😅 Things go fast these days: Here is the error: ![image](https://github.com/go-gst/go-gst/assets/11426361/27e5a93f-faf3-47e5-b58b-c6b3f526dc0e) Basically I get a `` in Ubuntu or `(NULL)` in...

> Personally I have not looked into `Emit()` and how to use it, but I wonder why the signals you are emitting in the python code differ from in the...

Maybe I've not read the docs properly...? Do I need to create the types when using the `Emit()` handler? ```go // Emit is a wrapper around g_signal_emitv() and emits the...

This line: @RSWilli > Emit() returns an interface{} which must be type asserted as the Go equivalent type to the return value for native C callback.

> [@weidi](https://github.com/weidi) , can you help please ? > > btw, what kind of bridge are we talking about, SE bridge ? or docker bridged network ? I'm in need...