Ludovic Dem
Ludovic Dem
Hi, I am asked to add a timestamp to messages when producing a message. I am currently using brod but would like to migrate to erlkaf eventually. I would like...
So we could be able to customize the layout of the markdonw file for readability. It is a way to mimic the line-height of headings in HTML. The options would...
Hi, I would like to know more about the eventual consitency mechanic. Precisely, I would like to know if it is possible that two processes are registered against the same...
Hello, I am completely lost, I find some examples but I cannot get how I am supposed to use the library. I would like to pick a root note (say...
The current spec is: ``` %% @doc Stop `Server'. -spec stop(Server :: atom()) -> {stop, normal, ok, state()}. stop(S) -> gen_server:call(S, stop). ``` Shouldn't it be just: ``` -spec stop(Server...
``` Erlang/OTP 24 [erts-12.2.1] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit] Elixir 1.13.3 (compiled with Erlang/OTP 24) ``` Please have a look at this demo code, notably the `defguard` call and...
Hi, I do not know if you know the [depo](https://hexdocs.pm/depo/readme.html#usage-example) elixir package, but it has an interesting feature. This feature may be implemented in the `Sqlitex.Server` module. Basically, you create...
Hi, I see this line of code in password grant: ``` $this->getEmitter()->emit(new RequestEvent(RequestEvent::REFRESH_TOKEN_ISSUED, $request)); ``` The problem is that this bundle does not provide an emitter to the grant implementations...
Hi, We need to provide the user id in the response issued when handling password grant request. I found this code in the league library: ``` /** * Add custom...
Kaffe tries to raise or reraise an error that is not an exception: > [error] 20:20:20.999 GenServer :"Elixir.Kaffe.GroupManager.my_group" terminating ** (ArgumentError) raise/1 and reraise/2 expect a module name, string or...