DigitalBox98
DigitalBox98
It seems the solution consists to deactivate auto vacuum and to create a DSM task to replace it. If I have some time I will look at it (some useful...
@RMHogervorst A few findings on my side : - Postgresql integrated to DSM doesn't use the vacuum as the properfy is off (see below screenshot from /etc/postgresql/postgresql.conf, owner is "postgres")...
@hgy59 I've got version 13.2 compiling and running fine on my NAS, are you interested in this version ?
Until this bug is fixed, I've proposed a solution to handle the scale factor here : https://github.com/opentk/LearnOpenTK/issues/88
Ok perfect, using the below command to retrieve the fs.X and fs.Y on the window for the new buffer is fine: Vector2i fs = this.FramebufferSize; Thanks a lot !
Got a beta package working on braswell arch. See #3853 One good thing : the existing embedded Postgresql 9.3 from Synology can be used instead of MariaDB. Other versions of...
I've been able to have the dev7 version compiling on MacOS, so I propose my help to test the compilation of new versions for this platform :)
Patch is working fine on MacOS. I have adjusted ImGUIController in order to have a sample working on MacOS/Win10/Linux : https://github.com/DigitalBox98/Dear-ImGui-OpenTK-Sample
Ok I have identified the base UI components which can be added to DSM. Below is a first try with a few of them (derived from ExtJS) : 