seclorum
seclorum
Nice one, makes a lot of sense to add sfxr .. Hope @antirez antirez will consider merging it to the main branch...
For me, no clearing of bits or disabling of gatekeeper fixes this .. still investigating workarounds so that I can build from source on macOS, and continue to use oricutron...
Xcode makes management of the new Entitlements requirement easier to manage - needed for sandbox execution. Right now the "package-osx" target produces a non-working .app bundle due to missing codesign/entitlements...
Even disabling Gatekeeper, I cannot get the current build to run .. images/statusbar.bmp seems to have somehow been flagged as quarantined, per xattr -l, but no effort to disable gatekeeper...
Is it not enough to just move the `ffi.gc(htpurl, ffi.C.free)` before `self.url` assignment at the end? Also, not sure what the effect of garbage collecting a `struct http_parser_url *` is...
I would love to be using Lua to run a community board on the web. Count this as another vote for some docs, @leafo. If we can at least get...
Thanks, this is very helpful nevertheless, hope you will have a slight bit of attention for future notes, but in the meantime anyway I've gotten a site built locally .....
Just to report in .. I am also unable to build the project from sources .. My machine is on MacOS 10.12.2, Xcode 8.2.1 (With CLI tools installed) and I...
Can confirm, is definitely more performant.. Nice!