Results 10 issues of Greg

Hey. I'm getting this error as part of my model: `Hanami::Model::Error: missing attributes in ROM::Relation::Name(commits) schema: :payload`. I think I'm doing everything right, but maybe not? ``` # migration Hanami::Model.migration...

bug

When setting `maxFiles` as part of options, if you upload the max number of files and then delete one, you cannot add more. To reproduce: 1. Set `maxFiles: 3` in...

Hey. Is there a way to expose all fields by default, and only `unexpose` certain ones? For example, suppose I have a `User` class that I want to present, but...

question
feature

Hey. Following #196, #260, etc., I'm having the double flash issue again in Hanami 1.3.1 (also 1.3.0). ```ruby module Web class Failure include Web::Action def call(params) # shortened for brevity...

bug

This is mildly related to #24 but I was thinking it'd be good to have a way to add dependencies between Javascript files. Suppose I have an aliased asset called...

request

Maybe there's a way to do this, but if there is, I'm hitting a wall. Suppose you had this: ``` class ArticleRepresenter < Roar::Decorator include Roar::JSON property :author, exec_context: :decorator,...

Hey everyone, tldr; I don't have nearly as much time to devote to this anymore, so I'd be interested in finding people to help maintain. Let me know if you're...

Quick question for anyone out there: the latest version on Rubygems is from October 2016. There's been a lot of work done in the `master` branch since then. Should we...

Nice to see another gem that's trying to break free from Rails dependencies. Thanks for the effort! A number of other libraries run `to_f` on durations (e.g. [Sidekiq](https://github.com/mperham/sidekiq/blob/903448a9be80b4bbf6801b1a95f7399a9aa3dcad/lib/sidekiq/worker.rb#L170)). When I...

### Terraform Version Terraform v0.13.5 ### Affected Resource(s) Please list the resources as a list, for example: - github_actions_organization_secret ### Terraform Configuration Files ```hcl resource "github_actions_organization_secret" "this" { for_each =...

Type: Bug
r/actions_secret
Status: Needs info