Francesco Zanoli
Results
2
issues of
Francesco Zanoli
It would be nice to be able to select the module and the function to which the data is sent when doing ``` :rpc.cast(ui_node, CrawlyUI, :store_item, ``` is it something...
enhancement
While using decorator with Spandex i'm not able to add another use in sequence: ``` defmodule Fetcher.Info do use Spandex.Decorators use Interceptor.Annotation @intercept true @decorate span(type: :backend) def retrieve_information(resource_uuid) do...