Alexandre Lepretre

Results 23 comments of Alexandre Lepretre

I guess the macos CI is broken... for 4 lignes (one if) I don't think I change a lot of perf x)

@gugahoa I just start for phoenix (only scope for the moment). It's not so hard. Look how the plugin for ecto works. Basically you have to implement the function suggestion...

Precision on @fabramosdev comment > I use Manjaro linux and had the same problem. I solved with: > `pamac build wxgtk2-dev` If you have installed wxgtk3 you'll need `wxgtk3-dev` but...

I would like to do this but with tags (know as labels). However, using the code from above I got `unbound`. In the quick view on status buffer page, we...

:warning: The code bellow doesn't ensure job in process state will end or be executed as expected > This code was "manually test" with 1, 2 and 3 nodes I...

So update on this I got a better solution: ```elixir defmodule MyApp.SchedulerSupervisor do def start_link(quantum, opts) do case :global.whereis_name(__MODULE__) do :undefined -> with {:error, {:already_started, pid}} Process.link(pid) {:ok, pid} end...

@fxbois What do you mean by control block? I have no idea how I could add as a closing block element for an elixir block Edit : I undertand what...

Just try 2/3 things and following code could be a beginning ```lisp (defun web-mode-elixir-indentation (pos line initial-column language-offset limit) (unless limit (setq limit nil)) (let (h offset prev-line prev-indentation open-ctx)...

Also please add the following piece of code: ```lisp ((string= web-mode-engine "elixir") (cond ((web-mode-block-starts-with "" reg-beg) (setq controls (append controls (list (cons 'close "form-ctrl"))))) ((web-mode-block-starts-with "f =" reg-beg) (setq controls...

Is it really a problem from floki? After reading code I start to think it's from html5ever_elixir.