nohehf

Results 18 issues of nohehf

### Flameshot Version Flameshot v11.0.0 (ad1bf28) Compiled with Qt 5.15.2 darwin: 21.1.0 osx: 12.0 ### Installation Type Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...) ###...

Unconfirmed Bug

Hey, I'm trying to build my app with vite ssg (created with the vitesse template). Here is the output of `pnpm build` ```JS [vite-ssg] Build for server... vite v2.8.3 building...

I tried to install this starter exemple with both yarn and npm, and i got the same output everytime. OS: Windows 10 node -v: v14.15.4 npm -v: 8.3.0 yarn -v:...

GraphMan should be able to take auth and headers as parameters. Those parameters as well as URLs should be sent in the environment variables. The process could be to load...

enhancement
p3

Rather than querying the endpoint, graphman would take the introspection or schema as an input param.

enhancement
good first issue
p3

Introduce a mode to "reverse" graphman: - Export your API collection from your API Client (as postman format) - Run `graphman reverse ` _(temporary command name)_ - It generates a...

good first issue
p4

Separate the `lib.ts` file so that it's easier to understand & upgrade GraphMan. Strings formatting, parsing, and output should be in separated modules.

# Tests ## unit - TypeFormater - introspection to collection -> then check the validity of the queries with graphql.parse ## e2e - Endpoint to collection - should use our...

enhancement
p2

Add the "reverse" feature. After completing your collection in your API client, you export it and generate a query file out of it.

Deno has the capability to be exported as an npm package, which would allow GraphMan to be used as a node module (for now it's only programmatically usable from deno)....

enhancement
p3