Vexatos-Programs icon indicating copy to clipboard operation
Vexatos-Programs copied to clipboard

Many of much programming.

Results 9 Vexatos-Programs issues
Sort by recently updated
recently updated
newest added

MightyPirates/OpenComputers#3712

since new github repositories are defaulting to "main" instead of "master" as their default branch, oppm should be able to handle the new convention. This patch does just that (albeit...

I'm thinking it'd be nice to have a logic similar to certain Linux package mangers, where `update` fetches the list of packages from the repositories and caches it locally, and...

On Hold

i can't find anything about oppm in-game and nei wont show anything for oppm

Right now, when specifying a package/repository locally, you have to add both the repository and the package details in the configuration file. What about expanding the functionality and the API...

If a target path defined in the programs.lua uses a directory depth greater than one directory, oppm update may incorrectly double the path depth. Please consider the more detailed explanation...

basically after installing a package, you would get asked if you want to install other packages that the package you just installed recommends. Something like ``` Do you want to...

Seperate the project into two different parts, the api and the frontend. The API would look something like this: ``` lua local oppm = require('oppm') oppm.installPackage('foo') oppm.removePackage('bar') oppm.upgradePackage('moo') oppm.installedPackages() --...

enhancement

after instaling oppm from the built-in disk, it does not function (returns no packages for any list command and doesnt install any packages even when their name is written correctly)...