Daniele Giuliani

Results 15 comments of Daniele Giuliani

unfortunately my local version is edited with a bunch of changes, i made a PR https://github.com/fiduswriter/Simple-DataTables/pull/147#issue-1056785978 i hope that this can be usefull, any suggestions are welcome. Thanks in advance

> @notwarp thanks for the diff, unfortunately, that change only works when the table gets initiated but the classes are dropped when new data is added to the table and...

> Hey, yeah generally this sounds good. Unfortunately, it's not on my own priority list right now. So I can review and accept a PR, but I don't have time...

ok @johanneswilm, I think that it is ok for now, hope this can be usefull and thanks for your support and advices.

I've added a method for searching on remote, if you want we can have a private conversation to improve this PR.

@johanneswilm Thank you for your time, in the next days I will fix those problem and i will commit an updated version of the package. see you soon

i solved replacing inside the `../linux-hl-build/Release/makefile` `"gcc -std=c++11"` with `"gcc -std=c11"` on all rows, and set `CFLAGS=-std=c11` on top of the makefile. After that you can run `make ` from...

I've noticed that it compile end run fine only with OpenGL, vulkan compiles but give me this error during execution `Starting KoreHL ArmorySDK/Kha/Kinc/Backends/Graphics5/Vulkan/Sources/Kore/CommandList5Impl.cpp:224: void flush_init_cmd(): Assertion '!err' failed. Aborted (core...