Lonli-Lokli
Lonli-Lokli
Points has been updated to match pixel points to make this lines not blurry, as a result icon has been aligned and viewbox has been corrected as well.
Set of hands icons similar to arrow icons, with different options - thumbs up, thumbs down, up, left, right and so on Example https://thumbs.dreamstime.com/z/mouse-cursor-hand-icon-black-mouse-cursor-hand-icon-black-editable-vector-illustration-isolated-white-background-123045771.jpg
### Description useful addition when split-map should work for all cases ### Checklist for a new method - [x] Create a directory for the new method in the `src` directory...
**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** OData does not work with Minimal API, ie without Controllers **Reproduce steps** ``` app.MapGet("/WeatherForecast", [EnableQuery] () => Enumerable.Range(1, 5).Select((int index) =>...
Related to https://github.com/gqty-dev/gqty/issues/689 Currently there is no possibility to do introspect for endpoints, protected by Kerberos
Currently there is no way to specify credentials for introspecting so request failing https://github.com/gqty-dev/gqty/blob/main/packages/cli/src/introspection.ts#L40
https://gqty.dev/docs/react/config
**Describe the bug** with empty separator, eg --separator '' - wierd string added to the output **Steps to reproduce** before run: ``` import { Component, HostListener } from '@angular/core'; import...
**Describe the bug** ``` import type { QueryFetcher } from 'gqty'; import { createClient } from 'gqty'; ``` This two lines are incorrectly merged into one **Steps to reproduce** Steps...