h1alexbel / fakehub

GitHub API Server Stub. Fully functional fake version of a GitHub API that supports all the features and works locally, with no connection to GitHub at all.
MIT License
5 stars 0 forks source link

Integrate github-api structs generation into server and `cargo build` #56

Closed h1alexbel closed 3 months ago

h1alexbel commented 3 months ago

We need to integrate generation of Open API structs from github-api dir, since we depend on them in our implementation. I think we can do something similar to scripts in npm.

Possibly, we also need to make github-api a member of workspace (let's rename it to github-mirror).

h1alexbel commented 3 months ago

@l3r8yJ WDYT?

github-actions[bot] commented 3 months ago

@h1alexbel thanks for the report, here is a feedback:

Problems

  1. Lack of clear problem statement
  2. Missing bug report structure
  3. Lack of concrete proposal

I would recommend adding a specific error message or description of unexpected behavior to the bug report to improve its clarity.

Please fix the bug report in order it to get resolved faster. Analyzed with Phind/Phind-CodeLlama-34B-v2

h1alexbel commented 3 months ago

@l3r8yJ I found this: https://github.com/JoshMcguigan/cargo-run-script

h1alexbel commented 3 months ago

@l3r8yJ another alternative: https://crates.io/crates/just

h1alexbel commented 3 months ago

Let's stick to the just, it has 18k+ stars, and looks nice

h1alexbel commented 3 months ago

I'm in