Navilan

Results 64 comments of Navilan

I can confirm that it works as expected (quite nice).

Hi, Hyde 1.0 will have patchable configuration. That said, this particular use case has been addressed within the plugins themselves. See the uglify plugin for example: https://github.com/hyde/hyde/blob/master/hyde/ext/plugins/js.py#L53-L55

Yeah, one of the design goals for hyde (this edition as opposed to 0.5 edition at lakshmivyas/hyde) has been to simplify the plugins to be a simple list. Handling development...

@jonafato - Asciidoc is completely optional indeed. We can even change the plugin to use the CLI instead of the API if that works/helps. I will start work on #277...

There is going to be an intermediate release soon to get the current fixes out. Python 3.x compatibiliity and other features are planned for hyde 1.0 release.

@pradyunsg - Yes, 0.9.0 is planned. I am not sure about 0.10.0 vs 1.0.0. We'll have to wait and see how the 3.x version turns out. I agree with your...

@pradyunsg - @jonafato has a better understanding of where everything stands.

As far as tests go, I think what we have is good enough to be confident about the port.

> I'm new to this all, but just in case it helps anyone else. I got hyde working on python 3.5 by: > cloning the repo, > switching to branch...