Andrew Berrien
Andrew Berrien
I'm making a PieChart like so ```elixir dataset = Contex.Dataset.new(data, ["Name", "Avg Runtime"]) opts = [ mapping: %{category_col: "Name", value_col: "Avg Runtime"}, legend_setting: :legend_right, data_labels: true, title: "System Runtimes" ]...
An idea which came up was the option to remove automatic tick events, while exposing a function to manually trigger a tick at the end of the turn.
Pretty soon we can probably build the ship app in LVN and include the instructions in the tutorial as an advanced frontend section
In a previous version, the tutorial project GUI would fill the whole browser window. Currently it is rather small inside the default Phoenix layout. Ideally we get rid of the...
When reverse index tables are introduced into ECSx, there might be a desire for functionality where two or more index tables are searched, to get a list of entities which...
Since this is a pretty important feature, it might make sense to generate this module in the setup generator with a really basic default like inspecting the event and putting...
Right now the tutorial advises users to create new Entities with `Ecto.UUID.generate()` but leaves it up to them in the end. Would it be helpful to instead have something like...
This would basically be some kind of global key/value store included in ECSx. Could remove some cases where users would have to reach outside ECSx for pure OTP solutions, and...