shaving bytes and milliseconds. dependencies: {}
"All problems in computer science can be solved by another level of abstraction ...except for the problem of too many levels of abstraction."
- Chicago, IL
Block or Report
Block or report leeoniya
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
651 contributions in the last year
Less
More
Contribution activity
September 2022
Created 16 commits in 3 repositories
Created a pull request in grafana/grafana that received 6 comments
TimeSeries: omit non-integer y ticks when decimals: 0
Fixes #54216
Fixes grafana/support-escalations#3786
this special-cases decimals: 0 to omit non-integer tick labels and adjusts the ranging function…
+868
−3
•
6
comments
Opened 6 other pull requests in 1 repository
grafana/grafana
6
merged
- Timeseries: Fix panel options timezones editor save key
- DataFrameJSON: add string enums inflation of field values
- DisplayProcessor: Handle reverse-ordered data when auto-showing millis
- BarChart: fix stale colorByField being used in value mappings
- TimeSeries: Support for log scale and negative numbers
- Histogram: ensure y axis is unit-less
Reviewed 14 pull requests in 1 repository
grafana/grafana
14 pull requests
- DataFrameJSON: add string enums inflation of field values
-
Navigation: make sure
AppRootis lazily loaded - [v9.1.x] DisplayProcessor: Handle reverse-ordered data when auto-showing millis
- Tooltip: display ms within minute time range
- DisplayProcessor: Handle reverse-ordered data when auto-showing millis
- [v9.1.x] Heatmap: Add option to reverse color scheme
- [v9.1.x] BarChart: fix stale colorByField being used in value mappings
- TimeSeries: Support for log scale and negative numbers
- [v9.1.x] TimeSeries: omit non-integer y ticks when decimals: 0
- Panels: Add troubleshooting snapshot
- [v9.1.x] Histogram: ensure y axis is unit-less
- Histogram: ensure y axis is unit-less
- [v9.1.x] TimeSeries: fix padding, force 0-100% y range when % stacked
- [Tooltip]: Fixed tooltip does not change data when hovering over other datapoints
Created an issue in anonrig/fast-querystring that received 2 comments
some optimizations?
@anonrig
fast-querystring/lib/parse.js Lines 44 to 45 in 212c51c
.replaceAll('+', ' ') is probably faster than the regex variant.
https:…
2
comments



