Artur Plysiuk
Artur Plysiuk
> I’d want to “block out” that space ahead of time so that the entire layout doesn’t shift when I prompt, so you might want some way to declare up...
It notifies :slightly_smiling_face:
I've experienced the same issue with `system` elixir. Described it here https://github.com/jfpedroza/neotest-elixir/issues/16
Hi @alexslade Yes, this is a nice feature. > Any pointers on where to start adding this, and how feasible it might be? I think a combination of [Owl.Data.split/2](https://hexdocs.pm/owl/Owl.Data.html#split/2) and...
> Is there a document about contribution? Just send a PR :slightly_smiling_face: > I can't seem to get the tests to run (cannot compile :ssl_verify_fun). What is the error? What...
You're welcome :) > If that's rejected, can I suggest extracting the SQL formatter code from ecto_dev_logger into a separate repository/package so that it is usable by others? Well, the...
Having a dedicated library for formatting parameters is a good idea. But for the time being, I'd suggest just using `ecto_dev_logger` as a dependency. Besides the formatting logic, it has...
`Ecto.DevLogger.inline_params/4` function does what you need. However, it is undocumented for now. Colouring is applied only if `IO.ANSI.enabled?`, so you can disable it with `Application.put_env(:elixir, :ansi_enabled, true)`. PR for making...
I think it is better to make `inline_params` public after solving this issue: https://github.com/fuelen/ecto_dev_logger/issues/9#issuecomment-1855333639
Hey guys, I added word wrapping, and it is available in v0.10.0 :tada: