Alexandre de Souza
Alexandre de Souza
 ### Changelog - Add ExCoveralls library to implement code coverage - Add more tests to increase code coverage up to 100% - Implements TDD library (optional) -...
Add the page and the sidebar only with: ```elixir config :livebook, :feature_flags, hub: true ``` #### Hub Page  #### Sidebar 
Hi, my team was thinking about how we can implement instrumentations around Bamboo context and I thought about if we implement `:telemetry` app inside Bamboo, we can get all data...
- Closes #62
For some reason, my `PATH` is being messed by PHP and I didn't found anything that could causes this: ```sh $ echo $PATH {PATH}:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:Warning: PHP Startup: Unable to load dynamic...
I've been using `ExMachina` for so long, and then my recent project is using the `Ecto.Enum` feature, which when I tried to use `string_params_with_assocs/2` (the same happens with `string_params_for/2`), it...
``` ==> kino_db Compiling 4 files (.ex) warning: Mint.HTTP.connect/3 is undefined (module Mint.HTTP is not available or is yet to be defined) lib/kino_db/connection_cell.ex:395: KinoDB.ConnectionCell.running_on_google_metadata?/0 warning: Mint.HTTP.set_mode/2 is undefined (module Mint.HTTP...
We should show an output message (or a feedback message) when the user wants to upload a credentials file and it doesn't return any type of feedback about if it...