Jhan S. Álvarez

Results 6 comments of Jhan S. Álvarez

This is an editor/language server issue. I replicated the same example using Vite and TypeScript and got no errors neither from the language server nor the build.

@lpil I replicated this issue on VSCodium. when opening a new line and typing `i` you get the suggestions, you press Escape and open the popup again with Ctrl-Space and...

yep, and it seems ast updates require both the file is syntactically correct and can be compiled, which is not always the case. not sure how other language servers deal...

sorry I'm a bit slow. how could I read the state of the subscriber without a call to the gen_server?

thanks for the review, I've pushed those changes

I tried using this custom adapter, but found there's another limitation in the current implementation. ```elixir defmodule CustomAuthAdapter do @behaviour ExAws.Config.AuthCache.AuthConfigAdapter @impl true def adapt_auth_config(config, profile, expiration) do adapter =...