Eric Froese
Eric Froese
Your error seems like a datetime parsing problem. Does your .ics file have any DTSTART or DTEND values in the YYYYMMDD format? It's fixed by the PR https://github.com/lpil/icalendar/pull/36
> Open-source works when people are willing to scratch their own itch. So if you want this, you will have to build it yourself. Of course! Would you be able...
> ``` > # config/config.exs > config :photon, PhotonPerm.Guardian, > issuer: "PFF.Photon" > ``` > > with > > ``` > # config/runtime.exs > config :photon, PhotonPerm.Guardian, > ttl: {14,...
@akira @ananthakumaran Thank you for your insights on this. I appologize that I didn't respond sooner, but I have been thinking about this problem, especially as the application continues to...
Okay, quick update. After switching the above code to use `Exq.unsubscribe Exq.Api, "queue-name"`, it seems to be working much better. However, I'm curious if you have any insight as to...
Hey @ananthakumaran, thank you for your thoughtful response. I enqueue jobs for users immediately based on incoming webhooks, with the following logic: ```elixir def enqueue_job(user) do # Check for an...
Hi @cruisemaniac I think the mix task that creates the schemas doesn't put the `field :url, :string` (and other properties) in the schema. It's a bug with the `mix shopifex.install`...
@cruisemaniac absolutely! Please feel free to make the fix and open a PR :)
Hi @nbernardes 👋 Thanks for this report! I'm currently not using this library on any newer versions of Phoenix. All of my projects are still on 1.6 :/ Please feel...
fixed in #71