orblazer
orblazer
Add bug : * The generic type on callback is not right. Current version : ```ts declare type EachListCallback = (item: any, ...args: any[])=>void; declare type EachMapCallback = (key: string,...
We can look this : * https://docs.travis-ci.com/user/deployment/ * https://gist.github.com/mitchellkrogza/a296ab5102d7e7142cc3599fca634203 For commit automaticly when the build sucess (if types is generated).
ok ok
Hello, I have start on an proof of concept for that issue. I have make an repo with implementation of plugin system like this project and load plugins with `ModuleLayer`....
@A248 im open to see how you have done this, but yeah the nested jars is look like good idea. I think for plugins we need find an existing plugin...
Hello, I have try this issue with the last build (2.6.3a9) and this is perfecly work. For mods i have SkyFactory 4 (V4.0.3) and i have replace ExtraCells 2 (2.6.2...
@sakiib yeah that is only first commit, i still search how i can run the tests for try it (but for that i need implement SQLLite or something else)
Hello, For implement that in replacement of current dropdown i propose an table look The bellow example have the all permissions. ### Project | Resource | list | read |...
Hello @wy65701436 i have merge the branch. If you want the commit https://github.com/goharbor/harbor/pull/16381/commits/a7d86cfda6e4862a95b303dd223bcd79f9efcda1 accept the DCO i can make new PR.
Hello, I think the issue is happen when the run script is not used (like when set `` to `false`) and this is due to `-maxdepth 2` here https://github.com/itzg/docker-minecraft-server/blob/c83705157ca47a6900917cab9463bcadc9bfda42/scripts/start-deployCF#L125 This...