Roberto Saccon
Roberto Saccon
I am working on a custom adapter were the storage is a plain file, and to start with, I have borrowed some code from this adapter, which apparently is based...
After the CSS theming changes some weeks ago, uki.more.view.Select does still have the handle as image resource in the theme, but it is not displayed anymore
I guess the scrollpane is constantly relayout-ing while the handler is moved, maby it should only layout when the handler is released, or even better, with throttled frequency.
While doing research for adding spring animations to a [seed](https://github.com/David-OConnor/seed)-based app, I discovered this project. I am totally blown away by the signal-based concept and all the advanced and highly...
I added [Spring animations](https://github.com/rsaccon/rust-dominator/blob/master/src/animation.rs#L844-L1098) to dominator. It is based on they the current react native implementation. For very basic use case it works, [see example](https://github.com/rsaccon/rust-dominator/blob/master/examples/animation-spring/src/main.rs) but it is not well...
Master
menu now works, with react toolbox 0.14.2
I have tried to add URL Bar hiding at load on orientation change events. But it does not work. I did not find hard-coded "height" dimensions as possible reasons. The...
I just installed the addon from your latest zip, copy pasted the `Repeat Grid` example into the Blender Text Editor and tried to run it. Unfortunately I got an error:...
Currently Geometry Scripts supports default values for the args in the tree function. This PR allows to use alternatively an `InputOption` based object instead, which supports all relevant options from...
The currently supported workflow seems to support only one single script. I would like to split my project into multiple files where I can import modules from the main script....