ngcat

Results 26 issues of ngcat

### WANT want to keep all values, not only the last one of duplicate key

```c# this.logger.LogDebug($"redis config string: \n{raw.ConfigString}"); var parser = new IniDataParser(new IniParser.Model.Configuration.IniParserConfiguration { AllowKeysWithoutSection = true }); parser.Configuration.CommentString = "#"; var data = parser.Parse(raw.ConfigString); this.logger.LogDebug($"parsed conf: {data}"); ``` turns: ``` IniParser.Exceptions.ParsingException:...

bug

when querying `Counter` points which are stored in m3db, the irate/rate/increase show a different trend ![image](https://user-images.githubusercontent.com/20264659/139820093-fce8f8ae-b0e1-4298-9e43-d35cceae1847.png) ![image](https://user-images.githubusercontent.com/20264659/139820209-27374965-32c7-4b79-adf6-69654237e278.png) by default or expected result, the rate graph should be smooth I have...

Both `prometheus-net` and `prometheus-net.AspNetCore` does not supplies The source code hints it is contained in `prometheus-net.NetStandard`, but this nuget package does not exist in `README.md`. and the nuget info shows...

[mysql] 2017/07/26 14:21:17 packets.go:36: unexpected EOF [mysql] 2017/07/26 14:21:17 packets.go:141: write tcp 127.0.0.1:44646->127.0.0.1:3306: write: broken pipe

the Chinese character in HTTP JSON response output to ``` 文件分发,早期外部服务 ```

for example ``` client-output-buffer-limit normal 0 0 0 client-output-buffer-limit slave 512mb 128mb 120 client-output-buffer-limit pubsub 32mb 8mb 60 ``` each line of `client-output-buffer-limit ` means different entry for config expect...

bug

### Library Web Components (@fluentui/web-components) ### Describe the feature that you would like added the fluentui website `developer.microsoft.com/fluentui` may open source on the GitHub like the`https://github.com/angular/material.angular.io` to make an example...

Type: Feature
Needs: Backlog review
web-components

**Is your feature request related to a problem? Please describe.** expose monitoring mongo instance URI will be helpful when handling problems, but exposing user pass is insecure **Describe the solution...

duplicate
enhancement
community
triage