Ludovic Dem

Results 33 issues of Ludovic Dem

Hi, By reading the docs here, it seems that fetching the locale and have localized urls is optional, which is good. I want to develop an application with same URLs...

I cannot successfully encode then decode a string containing an escapable character: ``` 1> F = fun(Val) -> 1> Edn = erldn:to_string(Val), 1> Bin = iolist_to_binary(Edn), 1> List = binary:bin_to_list(Bin),...

Hi, I just saw [your comment on hacker news](https://news.ycombinator.com/item?id=19455979) and I would like to do just that. I am struggling to find a configuration language for my application because I...

### Context I don't see if this is possible at the moment, but I think no. ### Describe your suggested feature In messageease, on the top-left square of the 9-grid,...

feature

Hello, I would like to create initial data from a template. But I want it to be transactional, I don't want to have only the parent then a failure, or...

Hello, I am trying to generate some github config files with Elixir. To do so I use a YAML template (too keep newlines and comments), but I have to inject...

I'm not sure this is already possible :) It would be nice to be able to call the library like so: ```elixir use AbnfParsec, private: true ``` or something like...

I do not want to document those modules, so I would like doctor to ignore them.

With Elixir 1.18 mix doctor.gen.config ** (ArgumentError) tried to unquote invalid AST: %Doctor.Config{ignore_modules: [], ignore_paths: [], min_module_doc_coverage: 40, min_module_spec_coverage: 0, min_overall_doc_coverage: 50, min_overall_moduledoc_coverage: 100, min_overall_spec_coverage: 0, moduledoc_required: nil, exception_moduledoc_required: true,...

Hello, I would like your advice on how to use WDB from hooks. I know queries hooks are not supported right now, but I have seen examples on the web...