Radek Szymczyszyn
Radek Szymczyszyn
Happy new year 🎉 I'm happy to see this project gaining momentum and also happy to help!
> We still don't handle refinement of maps very well, which seems to be important for Elixir code, so maybe it's not yet ready for broader use on Elixir. [...]...
Thanks! > I also think it would be even better if we supported gathering up the errors as a list Indeed, that would be convenient for integration on the Erlang...
It's enough for now. Of course, any kind of feedback is welcome, too.
The EEP-48 item entries stored by `docsh` are also Markdown (sans Elixir extensions) formatted by a poor man's EDoc converter. My hunch is that converging to a single format for...
FYI, I've released docsh 0.7.0 - https://github.com/erszcz/docsh/blob/master/CHANGELOG.md Alas, the pretty screenshot with erl/iex interop is outdated now (temporarily?), since this version stores unmodified EDoc in `docs_v1` chunk. Currently there's only...
We would appreciate this feature a lot, too!
FYI, I am working on [a documentation viewer and extractor for the Erlang shell - docsh](https://github.com/erszcz/docsh). This is a free time effort, though, so the pace is rather slow. @josevalim's...
> send_to_local_user. It is meant to be used by modules which want to send a stanza to the user of the current c2s process. Instead of using ejabberd_router:route, they can...
1. How does this play together with non-local authentication mechanisms? I mean what if we want an integration with an external identity provider / authentication service for users logging in...