Zach Millman

Results 6 issues of Zach Millman

I have a RemoteImageView that I'm using inside a LinearLayout as the thumbnail for each item in a list view. The urls for the image files are set after the...

If feels kind of verbose to create a `Dalli::ElastiCache` instance, get a list of servers, then use a `:dalli_store` for the actual application store in `production.rb`. I don't know how...

enhancement

Including ProMotion in the name of the gem makes it seem like this library requires using ProMotion, when it really can be used in any RubyMotion app. It's just ProMotion-inspired,...

docs

`logGroup` is a recently available configuration that makes it easier to manage where logs are sent from lambdas (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html#loggroup) Instead of keeping the function name static, we can use a...

In the same way that there's a `Table.Header` (`thead`) and `Table.Body` (`tbody`), there should be a `Table.Footer` corresponding to `tfoot`. I encountered this gap as I was building a table...

request

I was surprised that find that there's support for many typography components (`Quote`, `Blockquote`, etc.) but no support for `ul` or `ol` lists. I saw that this was lightly discussed...

request