Byeonggon Lee
Byeonggon Lee
This is a safer alternative of https://github.com/luarocks/luarocks-site/pull/144 Instead of support renaming users that can cause url breaking problem as you mentioned, I added a small feature where users can change...
Added username change support
Currently it is not possible to change username at luarocks.org And there is no way to unregister the user either. I think this site should support at least one functionality...
Operating system is Fedora 27. ``` uname -r 4.15.4-300.fc27.x86_64 ``` When running ```cargo test``` multiple times, sometimes test fails raising a segmentation fault. ```rust #[test] fn libloading() { let lib...
vinbero only supports JSON for configuration files so far. vinbero also needs to support TOML, YAML for configuration files. 현재 vinbero는 JSON 형식의 설정파일만 지원하고있는데 TOML과 YAML등의 포맷도 지원이 필요합니다.