Brett Sutton
Brett Sutton
This would need additional contributors to happen any time in the near future.
I screwed up the commit history, I will try to resolve this issue this week. On Mon, 29 Mar 2021 at 07:26, Moacir Schmidt ***@***.***> wrote: > example does not...
@t-unit thanks for the PR. Just a few comments on the state of play. I'm currently on leave and renovating my house. We are currently trying to remove all of...
No the plugin isn't designed for streaming audio. Post 1.0 release we may look at streaming. Sound might be a reasonable place to start if there aren't any other solutions...
Ali, I no longer have the time to maintain this package so I'm looking for someone to take it over. Interested? S. Brett Sutton Noojee Contact Solutions 03 8320 8100...
I think we should adopt the Text widgets 'TextStyle' concept as this avoids cluttering up the constructor and will allows us to add more styling details as we go.
Does it still need to be generated as a plugin? We have no native code so doesn't that make it a simple package?
> It should be scoped I see this as critical for a useful solution. > That would heavily impair modular compilation, and prevent any kind of optimization. This (if I've...
I also wonder if static meta-programming (SMP) can help with the solution. My understanding is that you can pass arguments to an SMP macro. Might it allow us to do:...
@cedvdb I do use DI and 'use case' level mocks for unit tests. The problem with DI is that it requires that I own all of the dependencies. I'm looking...