Rafael Laverde
Rafael Laverde
Yes, I like it, how this will work? a plugin will implement a method to catch the result of the file?,also some configurations to be used in the dialog? (filters,...
Outline Explorer uses a dict of OutlineExplorerData objetcs, that is generated by the Syntax Highlighter. I think we could move that logic out of the syntax highlighter to the Outline...
Hi, I was having the same error, fonts, and images didn't generate correct paths. I noticed the problem trying to link font-awesome, and slick-carousel using sass
You could manage the project source in a git repository, and automate the building/deploy when a PR is merged (see: https://www.getlektor.com/docs/deployment/travisci/), I think It's a better workflow that discussing/approving changes...
I agree with you that packages with `>=` shouldn't be pinned, but the bot could generate new PR updating the version, i.e `requests>=2.7` generate a PR that change it for:...
>Fix indentation simply converts tabs to spaces. It does not re-format the indentation of the code. Yes, this is not a bug, It's an enhancement, maybe rename the current behavior...
@jnsebgosselin yes, go ahead, I'm not currently working on this
I can confirm this issue too, is different to #1170 (but It's related) This is caused because when writing a file,the test of the tab change (file--->file*),and that update cause...
> any way to fix this one? No, I don't know how it could be fixed, sorry 😞, as @jnsebgosselin says It looks like a Qt issue, I fixed the...
> Is there a particular reason to use pandoc2html instead of md2html to render the reports? Hmm no, I think that I was looking at 0.2.5 documentation, and didn't know...