David Baldwin
David Baldwin
Thank you for the plugin. I seem to be encountering some unexpected behavior upon deployment. I am uploading and returning a js response without issue in development. However, when moving...
Upgrading Ecto to 3.5 results in the following error when using the `Calecto.DateTime` type on the `ecto3` branch... ``` ** (UndefinedFunctionError) function Calecto.DateTime.equal?/2 is undefined or private, but the behaviour...
I saw in the recent release announcement that there was some great work done on reading regular `@type/@spec` definitions... https://elixirforum.com/t/typecheck-fast-and-flexible-runtime-type-checking-for-your-elixir-projects/32886/95#building-types-and-checks-for-external-functions-3 by @orsinium I understand that at this point, it is...
I wonder if it would be good to have a comparison between Gradient/Gradualizer and TypeCheck. One is static checking while TypeCheck is runtime. While I wish Elixir just supported static...
### What? A setting has been added to control the visibility of the Project Panel button in the status bar. ### Why? I don't tend to use the Project Panel,...
I'm testing out gradient on a https://github.com/baldwindavid/ex_waiter/pull/3 and get an error that a clause cannot be reached when setting the return type as an `integer` on a function. It does...
It seems that when merging the receiving branch does not recognize that new changes can be synced with Github ### Steps performed - add and checkout "experimental" branch - add/commit...
I have some repos that I have never pushed to Github, but have pushed to Heroku. In those cases, I have a "heroku" remote, but no "origin". Adding these repos...
I tried to add existing locals repos with existing non-Github remotes via two methods. The first was via "Scan for Repositories" as I thought that would be the preferred method....
It seems that the available private repos only syncs on application startup. This may be intended, but I thought the "Refresh" button might update that total. ### Steps performed -...