Jonas Grau

Results 17 comments of Jonas Grau

My quickfix was to override _locale_filters.html.erb by placing a copy of the file in ``` app/views/refinery/copywriting/admin/phrases/ ``` and removing the call to i18n_enabled?

Hiya. I don't want to dump an old issue but I was wondering if there's been any development in stopping and discarding a running job? If you have a proposal...

> I'd love if someone wanted to work on that, otherwise I can put it (near the top) of the backlog. Leave a comment if you do. Let me try...

FWIW this is my custom sentry tracer: ``` # typed: false # frozen_string_literal: true module Tracing class SentryTracing < ::GraphQL::Tracing::PlatformTracing self.platform_keys = { lex: "lex.graphql", parse: "parse.graphql", validate: "validate.graphql", analyze_query:...

This is not tested but I found myself in the same situation and thought about adding something like this to `ApplicationJob`: ```ruby sig { params(slug: String, monitor_config: Sentry::Cron::MonitorConfig).void } def...

@st0012 thanks for the feedback. I do believe the crash Sorbet+Tapioca users experience here has to do with prepend and is not a loading issue. Here's the information you requested:...