Tyflomate

Results 4 issues of Tyflomate

### Tell us about your environment **Ruby Version:** 2.7.1 **Framework Version (Rails, whatever):** Rails 6.1.4.1 **Action Policy Version:** 0.6.0 **Action Policy GraphQL Version:** 0.5.3 ### What did you do? I'm...

question

Hello, I've tried using the font Gagalin in my pdfs so I installed it on my carbone server but it wont be used in my generated pdf. I've put the...

T: bug

Hello, I use dry-graphql for it's purpose, turning my dry structs to graphql type. Here is one of my types: ``` module Types module Events class TitleEmittedType < ::Events::TitleEmitted.graphql_type(skip: SKIPPED_ATTRIBUTES)...

I would like to migrate both dev and test database at the same time but I can't figure out a way to make it work. Here is my take: ```typescript...