Jhon Pedroza
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...
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...
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,...
When adding extra validations to a schematic, like "this field must have a value when this other field has this value" or "this integer must be positive", none of the...
Hi. Enjoying the library so far. I find that changing the error message of a schematic is quite cumbersome. It would be nice to have an easy to set the...
### Describe the bug When using the new model o4-mini the following error appears: ``` Error: "API request failed with status 400. Body: \"{\\n \\\"error\\\": {\\n \\\"message\\\": \\\"The function name...
Hi. We are looking into introducing Boundary into our project, but the task of solving all the warnings would be too long and daunting. We managed to set everything up...