Zach Daniel

Results 463 comments of Zach Daniel

I'd really love to see this happen. I think this could be the beginning of an important level of first class support between Elixir non-live view front ends.

@col please let me know if I can provide some assistance here 😄

Most of the Ash packages have good reference. Here is one example: https://github.com/team-alembic/ash_authentication_phoenix/blob/main/lib/mix/tasks/ash_authentication_phoenix.install.ex Another good one is https://github.com/software-mansion/live-debugger/blob/main/lib/mix/tasks/live_debugger.install.ex

I wonder if perhaps it would be better to start with the third bullet point, specifically powering autocomplete with `searchNodes` instead of `sidebarItems`. There will probably be a lot of...

Interesting. So we are not looking to do cross package auto complete, only cross package search? I'm probably mixing up multiple conversations we had in the past.

IIRC we discussed that because autocomplete is powered by a different set of data, we can't provide cross package autocomplete. FWIW I would personally value cross package autocomplete an order...

Understood. I think the actual functionality may be better to start with personally, making the requests to the new API and populating the data etc, as that will likely be...

I think its the elixir lang repo that has it, not ex_doc

I think it would be really interesting to support this, but it is important to note that we would need to make some pretty serious changes to our expression language...

Could you give me an example of what you have in mind?