Alexander Ryzhikov
Alexander Ryzhikov
I don't have particular use case, was just fiddling with your lib. Sometimes it could be possible to have nullable columns that are part of API contract, so handling them...
Seems to be a dupe of https://github.com/rvaiya/warpd/issues/214 , please close if needed, or maybe you can reproduce it.
@ealush Hey! Great to see TS support landing in v5! 🎉 :) **question**: Why do we pass `Callback` type instead of inferring its type and defaulting to unknown? It will...
@ealush Kudos for bringing TS support to `v5`. Unfortunately, I was affected by layoffs at RapidAPI and can't migrate the project and verify changes as I no longer have access...
I searched for a related feature and came across this issue. Here are my 2 cents: - Add more callbacks to the configuration, such as `on-mode-change`. - Enable the ability...
@svelterust I have been using this patch, and it works well so far ```patch diff --git a/lib/wallaby/session_store.ex b/lib/wallaby/session_store.ex index f666b3fced...16807550ef 100644 --- a/lib/wallaby/session_store.ex +++ b/lib/wallaby/session_store.ex @@ -36,17 +36,23 @@ Process.flag(:trap_exit,...