Thomas Dippel
Thomas Dippel
What is the best way to regenerate a version for an attachment when having added a new version definition or changed an existing one. For instance, let's say I have...
Given the following schemas: ```elixir defmodule MyApp.Games.Game do use Ecto.Schema import Ecto.Changeset schema "games" do field :letters, :string embeds_many :game_words, MyApp.Games.GameWord timestamps() end @doc false def changeset(game, attrs) do game...
Since Stripe will some times be slow to respond, which could result in sutuations where a request is considered failed on the client but succeeded on Stripe, which in turn...
### Which SDK version are you using? `main` ### What's the issue? Specs are failing with: ``` ➜ facebook-ruby-business-sdk git:(main) ✗ bundle exec rspec Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been...
Say for instance if you want to increment by 14 instead of 1
Would it be possible to use skeuocard to show a read-only version with pre-filled data? I am thinking about adding it to some of our administration-pages, so that our supporters...
Imagine that I want to assert that some method got called using an Ecto struct as the argument. Currently I would do that with (here an example from a Phoenix...
It seems like `>>>` and `>>>>` combinators as well as p-selectors are not supported. https://pptr.dev/guides/page-interactions#-and--combinators https://pptr.dev/guides/page-interactions#p-selectors ``` (ruby) @page.wait_for_selector('con-app >>> epaas-consent-drawer-shell') eval error: Evaluation failed: {"exceptionId"=>74, "text"=>"Uncaught (in promise)", "lineNumber"=>0,...