Re: [elixir-core:10833] [Proposal] Add `List.pop/2`

2022-03-08 Thread Max Veytsman
also just be fine, and you won't be relying on behavior that could change > in a future release. > > On Monday, March 7, 2022 at 11:49:06 AM UTC-5 Max Veytsman wrote: > >> For what it's worth, I use MapSets for these kinds of autocompletion >> suggestion lists in LiveView. It

Re: [elixir-core:10831] [Proposal] Add `List.pop/2`

2022-03-07 Thread Max Veytsman
For what it's worth, I use MapSets for these kinds of autocompletion suggestion lists in LiveView. It's worth noting that these aren't guaranteed to preserve insertion order, and I'm relying on a implementation detail that they will for a small number of keys. On Mon, Mar 7, 2022 at 10:51 AM

Re: [elixir-core:10392] [Proposal] Extend the mix formatter to work with eex files.

2021-07-26 Thread Max Veytsman
Reviving this as there has been a new development - HEEx (https://github.com/phoenixframework/phoenix_live_view/pull/1440) Phoenix LiveView is moving to HEEx templates which unlike EEx are HTML only, and includes an HTML tokenizer & parser. Allen had the following concern: > The problem is