Martin Svoboda

Results 6 issues of Martin Svoboda

Hello, I'm not sure if this is a bug or a feature request. We have a use case where we need to offset the Popup using `rems` rather than `px`...

enhancement

## Description We recently tried migrating our app to Rails 7.1 and hit a road block with Graphiti. When I now try to spin up my Rails environment (with `eager_load...

### Description Closes: https://github.com/graphiti-api/graphiti/issues/460

We are facing a peculiar issue where we override the `jsonapi` parser in order to make the incoming payload `snake_case` instead of `camelCase`. We use a solution similar to the...

## Description Closes: https://github.com/graphiti-api/graphiti-rails/issues/106

### Description I have a following RSpec code to test the sitemap generation: ```ruby require "rails_helper" RSpec.describe RefreshSitemapsJob do subject(:generate_sitemap) { described_class.new.perform } around { |spec| travel_to(Time.zone.local(2022, 5, 15, 13,...