vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.75k stars 2.16k forks source link

Fail to submit a module to vpm #3111

Closed taojy123 closed 4 years ago

taojy123 commented 4 years ago

V version: 0.1.23 OS: mac What did you do? I visit https://vpm.best/new then click Log in via GitHub The page redirect to https://vpm.best/oauth_cb?code=dc449d6dd36dec256xxx But not logged in at all, Page also as same as before.


I want to submit my module valval

It's a web framework the improved by vweb

The home page of valval is https://valval.cool

And the github project address is https://github.com/taojy123/valval

Hope to accept my module, Thankyou!

nedpals commented 4 years ago

Hmmm... you seem to have the same issue with #2890 . I have added your module in the vpkg registry in the meantime.

taojy123 commented 4 years ago

@nedpals , thankyou~

I see your also write a web framework (vex). 👍

I think we have a lot to do before our frameworks(including vweb) is complete 😂