John O'Gara
John O'Gara
@allthesignals Did you get this to work? I've tried reversing buildpacks and purging the repo but to no avail.
Hi @fabiomaia, happy to help out when I can
Installing from head doesn't fix this for me
Reverting to version `3.21.7` resolves the problem
@bobjflong This would work for you I guess? https://github.com/cypriss/mutations/pull/89
The same thing occurs when a `Hashie::Mash` is passed to a `duck` filter ``` Ruby :0 > duck = Hashie::Mash.new(hello: 'world') { "hello" => "world" } :0 > duck.respond_to?(:hello) true...
I tried this approach, https://github.com/lambtron/emojipacks/issues/164#issuecomment-478619697, but the api is returning `{"ok":false,"error":"not_allowed_token_type"}`
Was getting the same error using python 3.11, switched to 3.8 and it resolved the issue.