AvengerMoJo

Results 14 comments of AvengerMoJo

I have a similar issue when I forward my screen even outside of the vm box to my desktop when I was doing a demo presentation. The login screen didn't...

I'm using GPT4ALL but it should work as well for other models. The follow get_format_instructions() basically is creating a prompt to tell the llm to reply e.g. one,two,three,four,five So my...

should be duplicated to #1625 Same error the request login url api has been removed. https://i.instagram.com/api/v1/accounts/login/

IMHO, the current example may be a bit different from a so-called normal pod lifecycle. In the normal production scenario, the pod lifecycle should be controlled by the "service" and...

2024/04/06 14:19:45 ...eb/routing/logger.go:102:func1() [I] router: completed POST /org/SUSE/settings/actions/require_action/add for [::1]:62841, 400 Bad Request in 9.4ms @ setting/require_action.go:73(setting.RequireActionCreate)

@silverwind I fixed up the fmt and added the delete function. So currently you can enable a workflow in the repo to the org global level. Then you can add...

@silverwind I may need a bit help with the way global require action implementation after being enable . e.g routers/web/repo/actions/actions.go in List Should I implement the global actions.ListGlobalWorkflows like the...

https://github.com/go-gitea/gitea/compare/main...AvengerMoJo:gitea:wip_require_action @silverwind if you could try the above wip branch has a implementation of the RequireAction. The usage and screen capture of steps are located #26666. Thanks

> It's too flexible to allow the workflows from any repositories. How about only allow workflows from a special repository like `/.workflows`? Sure, @lunny thanks for reviewing, let me put...