José Valim
José Valim
This is weird. $callers is definitely set for LV during regular tests. It won't be set for acceptance tests, but that's because you bypass the testing infrastructure. In any case,...
Ok, I can confirm that DBConnection should be happy if any of the allowances is in callers: https://github.com/elixir-ecto/db_connection/commit/ebc05b17dd2763c18aa5f776e7fe1acdd2cdf3ed So if you allow the LV and the task points to the...
You are not supposed to use auto mode indeed. * `:manual` mode - requires explicit checkout and allowances through the sandbox * `:auto` mode - each process gets a new...
I wouldn’t expect auto mode to work at all, so if the assumption is that auto mode is used, then it is expected for it to fail. You should use...
I don't think you need to traverse the AST in the example above. You can do `import Phoenix.LiveView.Whatever, except: [start_async: ..., assign_async: ...]` and import the ones from the module...
Keep in mind that mobile devices will disconnect web sockets and stop running JS whenever they find appropriate. Depending on your OS configuration, if you are saving battery or not,...
Good point. If I remember correctly, we could not trigger a reconnect while in inactive state. But we may have missed something? Can you try doing so by fiddling with...
Could it be you are still serving the wrong version of the asset? Maybe node_modules is using a cache or similar?
@zachdaniel we now have the new mix hex.search: #1094 My suggestion is to add something like `mix hex.search --docs "foo"` and by default it searches within the given project. It...
For what is worth, we heard similar reports in Livebook, which also used `-name`. For example, if you join another network or another computer joined your network with the same...