Tomi Mickelsson
Tomi Mickelsson
Unfortunately no, the port 8080 is hard coded into the sources. However, if you are adventurous enough, you can modify the extension sources on disk. On my OSX, the path...
Yep, didn't implement much security as this is a power tool for smart developers who should know what they run :) Ease of use over security. However, security could be...
I think password auth would be overkill for this tool, and I'm feeling too lazy to implement it now...
Thanks for the confirmation. It seems to work with Win7 then. I'll look into backslash thing. And you are right, the saving functionality could be more user friendly. I'll make...
Hi there. If you have interest in creating a dark-mode, I can certainly release it. I think the work includes these tasks: - a new checkmark "Dark mode" in the...
Oh, just noticed these pull requests when I updated my extension since last year! Sorry about not noticing them! This CSS import seems like a good feature, will check it,...
Support for MySQL needs changes in 3 locations: - migrations/* - write table creation statements for MySQL (peewee orm also supports generic creation commands but I have chosen to write...