Dale King

Results 141 comments of Dale King

For those coming here in the future, there is a fork of the 46-key version of this keyboard that adds Nice view displays among other improvements: https://github.com/wannabecoffeenerd/HillSideView

That's OK I'm not just using your layout. I am just researching what layouts are out there to put together a layout. I am still at the stage of trying...

When you do support these elements it would be nice if the id were used as the function parameter name

see this for similar issue with stringResource: https://issuetracker.google.com/issues/167352819

Not sure this is something that can currently be fixed with lyricist as it seems compose does not expose a Locale State. Here is how I am looking to work...

I confirmed that our string files do not do anything more complicated than `%1$s` or `%1$d` so simple string interpolation is all we need.

Have not had time to look into it in detail other than to see that it looks like you are using a compiler plugin. Can you summarize the strategy here?

> In terms of logging, we want to trigger the logger every time we call reduce or sideEffect. But for that to be useful you need to know what intent...

> I'm curious, using a delegate while it is easy to retrieve the properties name you would need to use reflection to query any parameters provided? It would be more...

So I finally took the time to dig into the PR and it basically is only giving me one thing more than I can already do using a ContainerDecorator. As...