Maria Pushkina

Results 5 issues of Maria Pushkina

my html: ``` ``` Matches list contains 30 items and more. The number of watches in this case is more than 10 000. I tried another lib (ui-select), the result...

## Description When I use xs and bar chart - I expect to be ungrouped ``` data: { xs: { data1: "x1", data2: "x2" }, columns: [ ["x1", 1, 2,...

question
wontfix

After checking my application I faced with this problem: `(onFileDrop)="dropped($event)"` more information about [here](https://cwe.mitre.org/data/definitions/79.html) ``` {{ item.relativePath }} ``` embeds untrusted data in the generated output with `relativePath`. This untrusted...

Try to use /search/issues. my query works good on guthub page. But I get problem in getitem ``` await gh.getitem(f"/search/issues?q=type:pr") await gh.getitem(f"/search/issues?q=is::pr") ``` Get error - `gidgethub.InvalidField: Validation Failed for...

I have a script with next part: ``` type Win32_Processor struct { LoadPercentage uint16 L2CacheSize uint32 Family uint16 Manufacturer string Name string NumberOfLogicalProcessors uint32 ProcessorId string Stepping *string MaxClockSpeed uint32...