Peter Ullrich

Results 32 comments of Peter Ullrich

I recreated it in the playground. Just enter the input text and select `Elixir` as a language: ``` defmodule Test do def foo(bar) do bar + 2 end end ```...

Hey folks, just wanted to note that I'm running into this issue maybe every 2 hours now. It happens when NextLS compiles my dependencies (I don't know why it does...

No worries :) all the more reason to finally switch to Neovim maybe 😬

Hey @cjpillsbury thanks for the response 🙏 I think that volume, captions language, and playback speed are the most important settings. So, that'd be great to have :)

@benadam11 while this is not implemented yet, would you mind sharing your workaround for playback rate and video quality? My users are asking for it almost daily :D

Thank you @benadam11 . This here is the solution I ended up with. It supports `mute/unmute`, `playback rate`, `video quality`, and even `captions` but there's a bug with this where...

Bietet leider auch keine API an sondern nur eine statisch gerenderte Ergebnisliste. Müsste man auch in der `deutschland`-library scrapen 😞

@princemaple I can confirm that the experimental version of `refute_email_sent` works! So, now I can do: ```elixir import Swoosh.X.TestAssertions test "foo", %{user: user} do refute_email_sent(to: user.email, subject: "Some email") end...

Just wanted to share my current settings that get me pretty close to Zen mode. If I could hide the status and top bar, I'd be 100% there. One other...

@wojtekmach @whatyouhide sorry folks, but something's off here or I'm understanding the options wrong. I created a test script because I also ran into issues where the code stopped working...