Skip to content
View grrinch's full-sized avatar

Block or report grrinch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. hermes-mattermost-authorized-send hermes-mattermost-authorized-send Public

    Hermes Agent plugin for passphrase-gated outbound Mattermost sends: DM users or post to channels through Mattermost REST API v4 without patching Hermes core. Built by Rad Paluszak @ NON.agency

    Python 1

  2. Basic Wordpress .htaccess Optimisati... Basic Wordpress .htaccess Optimisation Rules
    1
    <IfModule mod_deflate.c>
    2
        AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript
    3
    </IfModule>
    4
    
                  
    5
    <IfModule mod_expires.c>
  3. hermes-dash-normalizer hermes-dash-normalizer Public

    Hermes Agent plugin that normalizes dash characters in final assistant output, replacing em dashes with hyphens through transform_llm_output without Hermes core changes. Built by Rad Paluszak @ NON…

    Python