Sean Banko

Results 2 issues of Sean Banko

I'm seeing strange behavior using a Placeholder with the textinput bubble. Here is a minimum reproducible example: ``` package main import ( "os" "github.com/charmbracelet/bubbles/textinput" tea "github.com/charmbracelet/bubbletea" "github.com/charmbracelet/lipgloss" ) type model...

Some open-source projects expose a Prometheus-compatible API at at a subpath, e.g. `/prometheus`. We should use the `upstream.Path` configured when matching the `resp.Request.URL.Path` in `ModifyResponse` so that we can handle...