Fix package search path issues, process strings as utf8 when escaping for XML #54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bdutro/kittygram:utf8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I ran into a couple of issues with the latest main commit:
lib.instagramdidn't seem to be present in the package search pathThis PR fixes both of these issues. I don't know Lua so please let me know if there are any improvements/changes needed.
Added, thanks!
Seems like this was a breaking change in openresty, because it still works fine with the version I have locally.