Nick Babcock
Nick Babcock
The prometheus sample dashboard was updated in https://github.com/nickbabcock/OhmGraphite/pull/245, so the rest should be updated as well. - [x] prometheus - [ ] graphite - [ ] influxdb - [ ]...
After implementing #67 to conform to prometheus best practices, I'd like to apply that PR to the other exporters. I want: - One type to represent number of bytes. SmallData...
For hardware types there are multiple GPU brands listed (ATI and Nvidia). This distinction is only for GPUs (ie: there is only one cpu hardware type -- it's not broken...
`StringSubstitutor#substitute` would throw `StringIndexOutOfBoundsException` when removing a variable start marker if `StringSubstitutor` wasn't using the internal representation of `TextStringBuilder#buffer`. The local variable, `priorVariables`, contains unbalanced squirrely parentheses (replacing `$${${TEST}}` would...
If I don't touch the public API in a year, the current version (0.8) will be re-released as 1.0.
Pfim 0.7.0 introduced `IImageAllocator` so now code can look like this ```csharp IImageAllocator alloc = // var config = new PfimConfig(allocator: alloc); using (var image = Pfim.FromStream(stream, config)) { }...
Images that are targa encoded with the orientation at the bottom right or top right seem very rare (ie: no program I've seen allows one to save in those formats),...
I have a crate: ``` git clone https://github.com/rakaly/eu4save ``` that compiles fine: ``` cargo +nightly --version cargo 1.61.0-nightly (3d6970d 2022-02-28) ``` But fuzz compilation will fail: ``` cargo +nightly fuzz...
**Describe the bug** The AssetPreload lint fires on the following line: ```html ``` If we take the suggestion and preload this 3rd party asset with the `preload_tag` ```liquid {{ 'https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js'...