Skip to content
#

handlers

Here are 95 public repositories matching this topic...

b-studios
b-studios commented Apr 16, 2020

Currently the tests are all in folders pos and neg.

Instead, we could organize them by topic:

  • syntax
  • handlers
  • stdlib
  • ...

and add additional README.md files to the folders guiding newcomers. Additionally, the tests could have comments explaining the features.

This way we could have a low cost documentation that is automatically checked

documentation enhancement good first issue
lawndoc
lawndoc commented Feb 17, 2021

After a plugin runs, the first half or so of the following prompt is cutting cut off. This appears to be an issue on the handler side because the target is sending the full prompt over the network. I think it might have something to do with the mutex that blocks output while a plugin is running.

bug good first issue

Improve this page

Add a description, image, and links to the handlers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the handlers topic, visit your repo's landing page and select "manage topics."

Learn more