Joseph Huckaby

Results 421 comments of Joseph Huckaby

Thanks! I'll try to figure out a nice way to separate out the core library, and then have Node.js and browser versions.

You can do this by passing `1` to the indent argument of `XML.stringify()`. By specifying an indent level of 1 instead of 0, it skips the header. Example: ```js var...

Hello, and thank you! That's definitely on my TODO list! Much appreciated! 😉

See: https://github.com/jhuckaby/Cronicle/issues/95#issuecomment-411584456 Also see: https://github.com/jhuckaby/Cronicle/wiki/Troubleshooting for a full explanation.

Awesome job, @4lch4! This is really fine work. I love the little pictures you added for each feature on your main page. This is way better than my old cronicle.net...

Amazing work, again! I think I want to keep the main docs out of the GitHub "Wiki", so I can easily make changes simply by committing markdown files to git...

@mikeTWC1984 Oh yeah, I completely forgot about this feature. I actually used it for my [canvas-plus playground](https://jhuckaby.github.io/canvas-plus-playground/) but I didn't connect the dots to a documentation site for Cronicle. Great...

First reworked version of split docs is up: https://github.com/jhuckaby/Cronicle/blob/master/README.md#documentation All inter-doc links work correctly 👍🏻

I wish I was able to repro this. I've heard about it from several people now, but I can't seem to make it happen. I run MANY Cronicle servers 24x7,...

Thank you, @mikeTWC1984. I'll look into that security issue right away. Update: The security issue (not the Web UI refresh issue) is fixed in https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.11