David Bernheisel
David Bernheisel
I have an interest in implementing responsive image helpers for a project I'm on. I'd be happy to contribute them to Brady instead of making my own library. Here are...
Looks like when microseconds are present, it cannot generate a stream of occurrences. ```elixir iex> Excal.Recurrence.Stream.new("FREQ=WEEKLY;BYDAY=MO,WE,FR", NaiveDateTime.utc_now()) {:error, :invalid_dtstart} iex> Excal.Recurrence.Stream.new("FREQ=WEEKLY;BYDAY=MO,WE,FR", NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second)) {:ok, #Function} ``` This seems to be...
> Hi, we're looking for a library to parse dates. date_time_parser is working pretty well for American dates, but we also have data from European languages (e.g. German, French). An...
- Allow `schema` as an configurable option when creating extensions - Allow `cascade` to be a configurable option when creating/dropping extensions. - Allow `if exists` and `if not exists` to...
 But rendered correctly by silicon  raw: ``` defmodule BestStructEver do\r\n defstruct [:a]\r\nend\r\n\r\n# Struct to simple map:\r\niex> Map.from_struct(%BestStructEver{a: \"foobar\"})\r\n# => %{a: \"foobar\"}\r\n\r\n# Map to a struct:\r\niex> struct(BestStructEver, %{a: \"foobar\"})\r\n#...
https://github.com/elixirstream/elixirstream.dev/discussions I'm trying out a GitHub feature! It might be a success or it might be a bust! Let me know (and GitHub) if you have feedback on this style...
Updating Phoenix and all the things