Barnaby Keene
Barnaby Keene
Leaving this here to remind me to discuss it: https://github.com/sampctl/compilers/blob/master/compilers.json https://github.com/mholt/archiver
I think the simplest solution is best, Y_Less suggestion seems to fit that so that would make a good first version. In future, I'd like to support something nicer, but...
For those of you discovering this issue via search, [this post](https://forum.sa-mp.com/showpost.php?p=4076874&postcount=51) details a way to debug the issue.
I had a think about this today while working on [ScavengeSurvive/container](https://github.com/ScavengeSurvive/container) - this library provides no UI (dialogs/textdraws) but there are: - a package that implements dialogs for this -...
Ooh I completely forgot about forwards! That and devDependencies probably solves most of my issues. But I'm still interested in exploring build pragmas, I might open another issue for that....
This could be done with two methods: - parse the source code for #tryinclude lines and look those up somewhere - add a `suggestions` field to pawn.json that just suggests...
This has come up before - mainly due to YSI! A similar situation is where someone may want to experiment with an unstable branch of a dependency and there's currently...
Note: if this check wasn't there, the pawn compiler would pick one and the user would not know which one (neither do I) so the sampctl check is there to...
Could run a little frontend panel too, some resources: - https://github.com/pkg/browser - open browser windows - https://github.com/valyala/quicktemplate - fast template renderer - http://golangserver.com/ - possible embeddable frontend framework
This could be done, though it's minor compared to some issues. I may introduce this during #187.