Daniel Oaks
Daniel Oaks
I'll pick this up. Working on it over on my [layer-names](https://github.com/DanielOaks/piskel/compare/layer-names?expand=1) branch. I've got double-clicking to rename a layer working, and I'm gonna play with the inline name editing, since...
Unfortunately, there are a few modifications to the default Pygments library Print to HTML makes to get it working properly for us (specifically, a few import issues with Sublime Text...
Thanks. I'm developing this on [my branch](https://github.com/Danneh/sublimetext-print-to-html) if you wanna take a look at how it works. Basically, I create a custom Lexer in `sublimepygments.py`, and offload all the Sublime...
Hi, no problem. 1. I believe that file was automatically rebuilt when I ran the `src/build.py` script, but I'll need to double-check that since it's been a little while. 2....
@minism Alright, I'm gonna make a PR to upgrade SublimeLove to Love 0.9.1, or if you'd like to do it yourself just let me know. I did the `scrape_api.py` and...
Hmm, I'll look into #11 in that case, see if I can fix it on my system. Thanks for updating, I'll rebase it in the next few days. I'll also...
Update: I actually am just doing the programmatic creation right now, easier to just do it and get it over with now. Right now I'm trying to work out some...
I can confirm this as well. I'd rather it just autocomplete straight to love.graphics.getHeight(). I'll have a look and a play, see if I can nail down what's going on...
Oh, I think I might see what's going on. It's an intermittent issue so it doesn't always show up. `writeHeader` looks like it isn't retrieving the headers in the correct...
This fixes building on for ZNC 1.6.0 for me, awesome!