R cqls
R cqls
Like you, I was really surprised! For me that works perfectly in Linux and MacOS systems. I did not give a try for windows since I first tried Ocra which...
@dumblob Thanks for the link. After a quick reading of the beginning of the paper, I can't see how entities could be technically defined in v since it would require...
> Interfaces seem like the natural fit here; every Component could have certain methods and/or fields that make it a Component. Then you can have a `map[string]Component` storing/referencing all Components...
Are you sure that the c example is not too simple. In the article not all the entities are sharing all the components as it is the case in the...
@dumblob Thanks for the link. I'll watch it later. Just had a quick overview.
Because of some doubt about compatibility with `volt`, I did not want to change `on_change` but preferred introduce `on_changed` like in the modified code. ```v module main import ui struct...
> That complicates module lookup, and makes it harder to explain and understand. It also lacks tests. The only restriction is to avoid submodules inside `src` folder otherwise indeed this...
> * do not pass --Wl,-rpath,/opt/homebrew/lib on macos Do you mean that: `#flag darwin -lc++ -Wl,-rpath,"@executable_path/../../../thirdparty/binaryen/lib" --Wl,-rpath,/opt/homebrew/lib` do not pass the ci test ? Don't adding `--Wl,-rpath,/opt/homebrew/lib` allows users to...
> Unfortunately, support for input-output circular callbacks haven't made their way to Dash.jl yet. See #200 for a WIP list of all dash.py vs Dash.jl feature comparison. > > Judging...
> @rcqls what do you think? I'll have a look very soon....