Hans Raaf

Results 46 issues of Hans Raaf

I tried to use it with parallels but it seems like Vagrant Cloud is not up to date with that. Do I need to build it myself or will vagrant...

To make this clear. This software could be extended to be used by "anybody" but the owner of the Gateway would be able to gain access to any Storage used...

enhancement
question

I am pretty sure that it is possible to make this work for multiple ClientIDs and therefor multiple HubiC Accounts on the same "Gateway". This may be implemented later!

enhancement

I have a project where I need a scope based on the pointer to a structure (which is an alternative app.UI). There I need to add the scope to the...

This bases on #619 and works around possible compressed files by adding a header with the uncompressed length. This works automatically for compression middleware by getting the length from the...

This is an alternate version to #710 which allows to selectively skip all updates or just the parent ones. I am actually not sure if this is a thing :)....

If you currently add an even handler like "OnKeyUp()" the engine will always call update which in return will call render of the components. This can be wasteful of resources...

It is somewhat obvious but can lead to strange bugs anyway. If one uses `app.If()`, it always evaluates the element list. This may decrease performance and even lead to crashes....

I continued testing go-app and had some nice success coding my "guess the number" game, which I usually implement in the beginning when testing a new library (maybe I make...

I am evaluating bun for usage in one of my projects with an existing (MariaDB) database. From the documentation I got this example: It says it would use `INNER JOIN`...

enhancement