JustMichael

Results 77 comments of JustMichael

Ah okay, I have tried to give this ago, and unfortunately it errors out and doesn't like trying to parse an interface. Would there ever be support for this in...

Okay, yeah I will give that a go and see how it goes. I was just trying to be convivence for my users. Thanks for responding.

So what you are saying is, that every type of dependency should implement the resource interface, which allows a very fine control of how each dependency should ensure, and cache...

Make sure to add `"local": true"` to your pawn.json file and it will work. ``` { "user": "Southclaws", "repo": "gamemode", "entry": "gamemodes/gm.pwn", "output": "gamemodes/gm.amx", "local": true, "dependencies": [ "sampctl/samp-stdlib" ],...

The repo does not contain a pawn.json file to tell sampctl about the release. You'd have to tell Amir about that and get him to add a pawn.json file.

@Y-Less Is this still a problem? I can't seem to reproduce it.

Should this not be merged into development branch instead of master?

You might need to fix the fact all of these changes have been made lol

So what would we be looking at here another configuration option like `version_url` or `compiler_url` which if is present and not empty would override the current `version` ? Would we...

maybe we could support both ways, maybe we have `compiler_path` which could be a local directory and also a remote one. The local one wouldn't require anything special just to...