Results 8 comments of Nate

This project almost entirely uses windows API functions. A bit out of scope I would imagine.

You could try setting it to [PAGE_WRITECOPY](https://docs.microsoft.com/en-us/windows/win32/memory/memory-protection-constants) with VirtualProtect, but that depends on how your target process will handle the access error it will throw when it tries to write...

@Rob-- sorry, I meant `PAGE_READONLY`. I only suggested this hack as OP stated he got 'detected" doing it through an infinite loop. This method will circumvent any WPM hooks the...

Issue appears to be across all hosting providers

The default SyntaxHighlighter supports Lua comments/strings just fine. ```swift highlighter.color_regions = { "--[[ ]]": COLORS.COMMENT, "-- ": COLORS.COMMENT, "\" \"": COLORS.STRING, "' '": COLORS.STRING } ``` I have ran into...

> [@Marv963](https://github.com/Marv963) > > I was hoping that while this is not in upstream, we can use your fork, but I got panic on first simple c.Visit call: (go run...

Upon testing, this seems to already work. However, they play at all times, not just on hover.