Victor Viruete
Victor Viruete
Hi @kwando 👋 Thanks for your suggestion. I'm thinking about adding this function to the `TimeSlot` module. ```elixir def from(%Schedule{} = schedule, %DateTime{} = instant, limit // 1) do end...
I've pushed #2 to implement your suggestion. Feedback is welcome
@LandonSchropp @KurtPreston I was having the same problem but renaming the file to just `test.hamlbars` did the trick.
Hi @jchristgit Thanks for the quick response. Once the network interface is connected to internet there is no issues looking up `discord.com`. ``` nil iex(7)> :inet_res.lookup('discord.com', :in, :a) [ {162,...
Here are my logs: https://pastebin.com/B4NhtavT You can see the Shard supervisor starts way before the wifi adapter finishes
I don't understand why the logs aren't there anymore. I believe I didn't set any expiration time. Sorry :-( Regarding your question. I tried using `runtime: false` already. However when...