Alvaro Frias
Alvaro Frias
that progress bar...LOL
@verdverm * At first I will work encoding only Types, in a later phase I will work on queries and mutations. * using cue's types will handle the different types...
@verdverm @timbunce @myitcv thank you all for the comments :grin: :+1: So in summary, Should this code generator of graphql be developed like a standalone tool using CUE as an...
@araddon the only feature I worked on in this PR was the encoding `cue -> openapi spec`, specifically the paths parsing and encoding that was missing, I didn't plan to...
Is this issue still up? I'd like to contribute with this
ping @mvdan @rogpeppe
I'm not using python-inspector directly but through ort with a python project using poetry. ort calls it with a requirements.txt that looks like this ``` --extra-index-url https://gitlab.com/api/v4/.../.../.../../... anyio==3.6.1 ; python_version...
@pombredanne no, I ran into the same issue that @JukMR had. It crashed when failling to find the private package
@DanielNoord I've moved the names set to the LinterStats class. Don't know if there is other way but currently the information of modules that the stats class has it's not...
@adiroiban `towncrier.toml` ``` [tool.towncrier] version = "0.9.0" directory = "changes" ``` I've tried calling it from `sub_project` with `towncrier check --compare-with origin/main` and from `repo_root` with `towncrier check --compare-with origin/main...