adkron
I was working on testing a named agent that was started by my application. In testing I had intermittent failures. I thought I would share how I was able to test the agent in a screencast.
Trending in Screencasts
Several weeks ago I was nerd snipped by browsers support for View Transitions API and took to myself to see how that goes in LiveView. Af...
New
Sooner or later you’ll need to run a one-off or recurring task on a deployed app, and if you deploy with releases the usual answer, a Mix...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
adkron
I created a blog post out of this for anyone who would prefer a little writing. It isn’t a transcript of the screencast, but follows the code closely.
AstonJ
Nice one Amos - just a quick note, the audio is only coming out of the left speaker
adkron
Thanks, @AstonJ, I’m not sure why. I also know that the audio and video don’t quite match up at one point. I’m just getting started using the editing software and it was tough. I’ll see if I can figure our how to make the audio come from both sides.
adkron
@AstonJ, well it looks like youtube doesn’t let you replace a video, and screen flow doesn’t let you set it to mono when exporting to youtube. I’m going to make another video file with fixed audio and just link to it. Thanks again for the info.
adkron
Here is the updated link with better sound. Enjoy.
AstonJ
Nice - I added it to the first post for you
It’s great to see more and more people putting up videos like this, thank you
adkron
Thanks, again. I’m going to try and keep it up. Right now I have no client work so it is easy, but I still have to pay the bills.
adkron
Okay, you’ve inspired me. Although it isn’t perfect I’m going to do this the agile way and build it up as I go. I want to create content all the time, but I also want it to be freely available. I thought I would start a Patreon account just to see what happens. https://www.patreon.com/user?u=5010173
Is this a crazy idea?
mbuhot
@adkron Thanks for this!
I had a completely incorrect understanding of how
use ExUnit.Case, async: truebehaved!The docs spell it out:
concurrently with other test cases. The individual tests
within each test case are still run serially.
use ExUnit.Case, async: true
The tests within a single file are never run concurrently, TIL!
AstonJ
No not at all - one of the best things of making educational content is it makes you better at your own game. I am paraphrasing Ryan Bates there (aka of Railscasts fame).