Jhon Pedroza

Results 6 issues of Jhon Pedroza

**Enhancement / feature description:** It would be nice to have a way to preview a note with all its subnotes, similar to "Full Preview" for the whole notebook. The use...

:octocat: enhancement
medium :hurtrealbad:

Adds the `destionation_balance` field to `Topup`. This field is in preview so I don't know if the PR can be merged yet. The test I added doesn't pass because Stripe...

The library is currently missing support for instrumentation with [Telemetry](https://github.com/beam-telemetry/telemetry). I would like to work on that if it's ok. I'm thinking about adding events to HTTP requests for now,...

OptionParser now requires passing the `:switches` or `:strict` option, otherwise it throws a warning everytime it's used. I would like to ask: What is the purpose of using OptionParser to...

question

I'm using https://github.com/nvim-telescope/telescope-ui-select.nvim to change `vim.ui.select` to a Telescope picker. I can see the window, but I can't interact with it, anything I do is reflected in the window in...

This adds support for `before_task` and `after_task` config options. It allows you to run tasks before and after the actual test task. Usage would be like: ```elixir config :mix_test_interactive, :before_task,...