Andy Stewart

Results 40 issues of Andy Stewart

The controller adds some actions itself to avoid the user having to add them in their markup. However these have the name of the controller hardcoded. For example: https://github.com/airblade/stimulus-datepicker/blob/0c4defd2b9a7c9a637a8bdecaccdb9ac9d4e6e83/src/datepicker.js#L92 This...

I think the vast majority of dates which crop up in webapps fall into two categories: - near dates: within a year of the current date and usually within a...

Seems to be the way the wind is blowing.

1. Declare a repo (which has a fork) in `plugins` and `voom install`. 2. Update declaration in `plugins` to one of the fork(s) and `voom install`. 3. Then - Expected:...

One of the fields on my model is an image. However when I use `to_xls` with the image field in the `:columns` array, I just get empty cells. How do...

I was surprised to find that a `PayoutItem` instance's `amount` is a string. I expected it to be an integer, or possibly a float, like a `Payment` instance's `amount` or...

I have a Rails app running locally. It uses Action Mailbox which receives webhooks from mail systems such as Postmark. Action Mailbox requires incoming webhooks to use a URL with...

Hello! Thank you for this wonderful tool. I set up a [restrictive IAM policy as per the docs](https://litestream.io/guides/s3/#restrictive-iam-policy) but when I started litestream I saw these Access Denied errors from...

The `` element is now supported everywhere. Using it would considerably simplify the code. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog