• lmao

  • Joined on 2024年01月08日
noth opened issue VoiDD/forgejo-sdk#1 2024年01月13日 05:23:52 +01:00
API implementation
noth pushed to main at VoiDD/forgejo-sdk 2024年01月12日 19:49:03 +01:00
f349482b7a Get ready for publishing
527b54e138 Initial commit
noth created branch main in VoiDD/forgejo-sdk 2024年01月12日 19:49:03 +01:00
noth created repository VoiDD/forgejo-sdk 2024年01月12日 19:48:45 +01:00
noth commented on pull request VoiDD/fjo#2 2024年01月12日 15:19:41 +01:00
feat: repo create rewrite, repo list, repo delete

winnow is slower than just slicing and it has (for me) a very guh api

noth pushed to main at fibra-rs/photon 2024年01月12日 06:38:48 +01:00
313675a6b8 Actors
noth pushed to main at fibra-rs/photon 2024年01月12日 06:31:11 +01:00
7d091d7e11 Initialize
noth created repository fibra-rs/photon 2024年01月12日 06:29:22 +01:00
noth commented on pull request VoiDD/fjo#2 2024年01月11日 19:27:05 +01:00
feat: repo create rewrite, repo list, repo delete

The pull request is ready to be merged.

noth commented on pull request VoiDD/fjo#2 2024年01月11日 19:24:10 +01:00
feat: repo create rewrite, repo list, repo delete

I rewrote the spinner futures 🤣

noth pushed to feat/repo_new at noth/forgmartelo 2024年01月11日 19:23:39 +01:00
425bf2ca40 feat: repo list
noth opened issue VoiDD/fjo#4 2024年01月11日 15:15:50 +01:00
forgejo-sdk rewrite tracker
noth pushed to feat/repo_new at noth/forgmartelo 2024年01月11日 15:13:23 +01:00
2425be64e3 chore: reformat and restyle newly added code
noth commented on pull request VoiDD/fjo#2 2024年01月11日 15:10:13 +01:00
feat: repo create rewrite, repo list, repo delete

I have moved the setup to a separate function that can be called instead of the run function, so you don't even need to make the client now.

noth commented on issue VoiDD/fjo#3 2024年01月11日 14:43:08 +01:00
Pre-v0.0.1 chores

name idea: forj

noth commented on pull request VoiDD/fjo#2 2024年01月11日 13:41:14 +01:00
feat: repo create rewrite, repo list, repo delete

also I'm debating on replacing repo create with repo new (but renamed to repo create), but I will have to add more subcommands or "enum options" (pain) in that case

noth commented on pull request VoiDD/fjo#2 2024年01月11日 13:38:19 +01:00
feat: repo create rewrite, repo list, repo delete

I'm gonna see the performance difference plus I don't think wasm really matters here because (to my knowledge) git does not run on wasm, and it wouldn't really make sense for the cli to run on...

noth commented on pull request VoiDD/fjo#2 2024年01月11日 11:05:51 +01:00
feat: repo create rewrite, repo list, repo delete

Gonna do that after I get home, thanks for reminding me

noth commented on pull request VoiDD/fjo#2 2024年01月11日 11:00:44 +01:00
feat: repo create rewrite, repo list, repo delete

That happening would not be a user mistake, it will be a code mistake so I don't know

noth commented on pull request VoiDD/fjo#2 2024年01月11日 10:59:17 +01:00
feat: repo create rewrite, repo list, repo delete

gh also uses command git but we have to look ar perf diff between git2 and command git. based on that we will either switch or not. git2 has a benefit that it's much older than my sh*tty git...