Tim Caswell
Tim Caswell
I believe tap is a single-file package. You can't use these with `lit make` because it's expecting a tree with a `main.lua` file to act at the bootstrap for luvi...
Ahh, operator precedence strikes again. `not tagObj.type == "tree"` is not the same as `tagObj.type ~= "tree"`.
Thanks for making an issue and sorry I broke stuff. I'm seriously considering re-implementing the lit server at a serverless deployment so I don't need my custom vps that I...
I guess this is for zip generation. It would probably be good to have as a fallback.
Yes, I no-longer include the timestamps because it's very hard to get the actual timestamp and I need something that doesn't change between builds. I suppose I could walk back...
Caching could be done, but if the cache was ever cleared then the release hash would change. So this is more than just caching for optimization sake, it would need...
What if all files had the timestamp of the git tag for the release? Then they would be consistent and relatively accurate. I would need to add in the functionality...
See https://github.com/luvit/luvi/issues/133 for progress. Then adding the functionality to lit should be easy.
Can you try updating to lit 2.0.2? I think the auto-updater is broken in 1.3.0 and it won't see the 2.x series. Perhaps I can publish 1.3.1 with fixed auto-update.
To update manually, just do `lit make lit://luvit/lit` and move the resulting `lit` file on top of your old one.