leaf

Results 384 comments of leaf

The path munging has been deleted. Right now I only use PHP's built in `file_exists`. Does anything more need to be done to support your directory structure?

It's a cool feature, but I'm not entirely sure this belongs are part of lessphp core.

I haven't personally built it on windows but I think someone else was successful. I have a working virtual machine now so I'll try to put together some binaries. From...

Okay I built a windows verison using mingw. I tested it with the echo servers and was able to require it in love without any errors. Give it a shot...

It was pretty straight forward. I downloaded the enet source, then did `sh configure` then `make` to build libenet.a. I put the enet headers and the lib I just built...

I know I'm a little late to this party but as you've probably noticed I don't have much time for this project anymore. I'm actually more of a SCSS guy...

The code is maintained, but the stuff in this repo is a little old. This is some of the code that powers payments on https://itch.io. I planned to update it...

what kind of authentication, like http basic auth or a system for creating user accounts?

I see less.js supports this now, I don't think it was a feature back when the original pull request was opened. I'll review the pull request again.

MIT work for you?