Bernardo Amorim
Bernardo Amorim
Closes #280. Since I don't think it makes sense to use `defoverridable` if this is meant to be part of the core, I changed from using `super` to just renaming...
  I'm not sure if just adding the case for `""")` is enough or if we need to be more "elixir-aware". Other scenarios would be having `~H` inside arrays,...
While I was playing around with generating overrides automatically I stumbled upon the following problem: ```elixir defmodule TypeCheckProblem do use TypeCheck @type! t() :: lazy(t(true | false)) @type! t(value) ::...
Sorry for not even opening an issue, I realized that just opening a PR and explaining would be easier and better for the contribution. So, when looking at the source...
I'll be giving a workshop on Elm to total dummies. Then I realized I had to help them install a decent editor with syntax highlighting for elm. So maybe this...
Hey, sorry if this is an issue but it is by design. When using the kubefwd extension on mac, it fails with an error about the `--suffix` argument. I believe...
I have this setup where I'm hosting an app in Fly.io and I have a Grafana Agent deployed and it is only accessible through an IPv6-only domain. So I set...
First of all, this library is an amazing work. Having worked with a few type-related libraries on Elixir of my own, I know how hard it is to pull something...
I'm adding support for Cirrus CI, but for some strange reason it looks like coveralls isn't receiving branch name. I'm trying to debug this, but I'll leave this PR open...
Hi Folks, I want to share some thoughts that I've been having while playing around with this gem and implementing the cleanup command. The reason for opening an issue here...