Dan Kersten

Results 47 comments of Dan Kersten

You can use `allow-repeats` and `message-id` to control whether each step creates a new message or updates an old one. By default, it will update like in my example. You...

@taylorSando Have you got your reagent/re-frame material-ui code somewhere? I'm also playing around with re-frame and would love to have material ui working with it too, but haven't looked at...

The EnTT "way" to do this would be through [storage](https://github.com/skypjack/entt/wiki/Crash-Course:-entity-component-system#meet-the-runtime) and [poly_storage](https://github.com/skypjack/entt/blob/master/test/entt/entity/poly_storage.cpp) and [static polymorphism](https://github.com/skypjack/entt/wiki/Crash-Course:-poly) to access the registry's storage directly. Here is one adapted from my own code (mine...

It looks like this isn't going to be added? I also need this :'( @gittup is there any chance this feature be implemented?

I guess I'm just trying to simplify the Tupfile for the case when the sources are spread between subdirectories (which I often do to keep large sources easier to manage)...

Ah, apologies @gittup for the noise. I think I can accomplish more or less what I want, using %d to name the outputs and groups as inputs so I don't...

As long as there's a solution planned, I'm happy enough to keep using the latest version that has it. But I will submit a PR for it over the coming...

I'll give it a shot as soon as I've a little spare time.