Marin Atanasov Nikolov
Marin Atanasov Nikolov
Hey @dan-passaro , Could you please post some sample code that you have, so I can better understand what you are trying to accomplish? Thanks!
Hey @dan-passaro , An easy solution might be to provide more details about the error in the `CLINGON:DERIVE-OPTION-VALUE` method, e.g. ``` lisp (defmethod clingon:option-usage-details ((kind (eql :option-info)) (option clingon:option) &key)...
Hey @alessiostalla , I don't really have a strong opinion on release tags vs latest master branch. If you think that's a useful thing, please consider submitting an issue with...
Hi, Some time ago, I've created a documentation specifically for this purpose -- introduction to writing plugins for pkgng. Though a a few things might have changed since then the...
Hi, I remember that I've added 2 kind of templates when I first committed the initial plugins implementation, but that could have been wiped out during the refactoring, I'll need...
Seeing a similar behaviour in v1.2.1. Any workarounds or an expected fix about this one? Thanks!
Tested this PR last week and it works fine in a local setup (thanks @marjus45 !). Can we expect this to be reviewed and merged soon? Thanks!
Hey @kamikazechaser , The linter errors seem unrelated to my changes. Should I ignore these? Thanks!
Hey @kamikazechaser , Is there anything preventing this PR from getting merged? Thanks!
Hey @rpgoldman , > The :boolean/true option kind creates a flag, which always returns T. An example for this one might be an option such as `--enable-engine`, which when specified...