Julius Volz
Julius Volz
Whenever there are long lines in a binary operator matching table, I find myself switching on the line breaking that is currently off by default. This changes the default to...
**Description** As far as I can tell, the `` component currently always "spreads out" from its center point. It would be nice to be able to configure this more. For...
It's great that I can define ports in the `.gitpod.yml` that are automatically opened in a new browser tab when they become available. For some ports it would be helpful...
With reference to https://twitter.com/leeoniya/status/1816517816461459478, I'd be curious to learn any advice you may have around handling a situation where you have many series of mostly aligned data, along with a...
When focusing a series by hovering, the `focus.alpha` setting allows you to de-emphasize all other series by adding transparency to them. I find that effect a bit too visually jarring...
I want to mislead my users with stacked graphs, so I adopted the stacking code from https://leeoniya.github.io/uPlot/demos/stack.js (used by https://leeoniya.github.io/uPlot/demos/stacked-series.html). It uses the `setSeries` hook to restack things when a...
This updates UI and backend dependencies such that PromLens supports the latest PromQL features, such as: * limitk() / limit_ratio() operators * all current experimental functions, such as mad_over_time() and...
In Airtable, I often need to open PDFs from attachment fields and look at them quickly to extract some data from them. Airtable renders the PDF directly overlaid over the...
This got added as part of https://github.com/prometheus/docs/commit/7b70381cb0dfee70e1ad20c2013ef85e3ab1cd1d. When Travis was removed, it never got removed.
As mentioned in https://github.com/maplibre/maplibre-gl-geocoder/issues/181#issuecomment-2739579269, it seems that maplibre-gl-geocoder always zooms in to the maximum level (which is very un-useful) when selecting a set of results (`results` event) that only contains...