Has probado a reiniciar?
Has probado a reiniciar?
La clave al final de la carrera es farmear créditos que luego se queda la carrera a medias xDDD
Todo son risis hasta que hay que operar con raíz de menos 1
Hey, just read the second part and it’s super nice! I wish I had guides like this when I started!! ❤️
I have the same doubt, I was wondering if it’s just for the shake of showing how to create client hooks maybe. But calling the lookup functions in the Liveview is what I would’ve done
#TIL append /rss to any @bsky.app profile and you have RSS feed.
example: bsky.app/profile/arat...
openrss.org/blog/bluesky...
Esto con teletrabajo 100% no pasa LOL
View a step-by-step playback of your feature test incl. JS console and network.
Powered by PhoenixTest + trace.playwright.dev
Great tool to debug feature test failures in CI.
#ElixirLang
Vaya pedazo de obra de arte tienes entre manos
Live Isolated Component update! v0.9.0 adds support for LiveView 1.0 thanks to Chase Gilliam!
#Elixir #myelixirstatus
hex.pm/packages/liv...
Was trying to explain this the other day.
How do we coordinate a message that runs through a GenServer’s handle_call and handle_info in a way that makes it seem synchronous from the caller’s perspective?
The secret, use GenServer.reply/2
Check it out 👇
www.elixirstreams.com/tips/sync-th...
Phoenix LiveView 1.0 is out!!!
Official blog post with a history of LiveView: phoenixframework.org/blog/phoenix...
Full changelog here: github.com/phoenixframe...
🚨 New Blog Post 🚨
I wrote a tiny blog post about:
1. how to print out the type info of an #ElixirLang variable and
2. how to allow regexes in NimbleOptions definitions
peterullrich.com/parse-regex-...
Ah que ha sido después de cargar un LLM
bsky.app/profile/afer...
Maybe?
And after that, for a little sweet treat - pick up Peter's book at PragProg's Black Friday sale
40% off checkout code turkeysale2024
pragprog.com/titles/pupho...
Intrusive thoughts
El tamaño de la muestra no es importante, lo que importa es como la usas. O algo así, no soy 100tífiko
Pues aquí veo un claro test que escriba a un fichero el resultado de la estadística no? Efectivamente no te hace falta hacer asserts de cosas pero bueno. Recopila datos y luego puedes hacer gráficas y mierdas
Además si consigues hacer unir tests, las pruebas quedan escritas. Ahora mismo te tienes que acordar de todas las que haces
También entiendo que si estás generando cosas aleatorias es más difícil pero bueno, ahí está la idea xD
Ta guapo, una pena que sea Python pero guay. A lo mejor te ayuda hacer un unit test de verdad en vez de hacer prints, pones unos asserts (y si quieres prints) y evitas cosas como estar mirando un print que no deberías. Pones asserts con lo que esperas ver y si va bien lo ves inmediatamente
Se puede decir de que va tu TFG? O es privadito
If you’re planning to do #adventofcode this year using @gleam.run, check out Gladvent! It’s a framework for running AoC solutions
github.com/TanklesXL/gl...
Couldn't sleep, so I merged a PR and made a new release for curl_req. Now supporting --data-raw, --data-ascii, and stripping $ from messages (frequently seen copying curl reqs from browser).
PR: github.com/derekkraan/c... (h/t @dkuku.bsky.social)
Pkg: hex.pm/packages/cur...
#elixirlang
functional programming suggests the existence of dysfunctional programming
Just did a short write-up on storing session data in a #LiveView application so that it survives page reloads and navigation events within the same live_session.
9elements.com/blog/robust-...
#ElixirLang #ElixirPhoenix
I don’t know if you’ve seen this fullstackphoenix.com/tutorials/cr.... We adapted it for a scheduling UI in our product and it works wonderfully as a LiveComponent with its own state