Chaz Watkins
Chaz Watkins
Explore posts from servers
AEAsh Elixir
Created by Chaz Watkins on 5/13/2025 in #support
How to use Ash.Notifier.PubSub filter?
The docs say the filter takes a function with the Notification as the argument and must return a truthy or falsy value. Does it work like this?
publish :action, "topic" do
filter fn notification -> notification.data.status == :done end
end
publish :action, "topic" do
filter fn notification -> notification.data.status == :done end
end
4 replies
DDeno
Created by Chaz Watkins on 10/20/2024 in #help
Use ES Lint, Jest, Prettier configs with deno
I'm using some published ES Lint, Prettier, Jest configs for Salesforce LWCs provided by Salesforce. Is there a way to leverage these configs with deno lint, deno format, deno test commands? I don't see config options for this in the documentation.
9 replies