Randy J. Ray

Results 13 comments of Randy J. Ray

Interesting-- I just modified the template to get around this, and found that the problem isn't with fields at all, it's with multi-line element content. I changed the `` block...

Is this feature documented somewhere? I can't find it in the wiki pages.

Ahhh... bitten by GitHub markdown formatting-- I didn't note the presence of the back-ticks in the original comment. I can live (for now) with this construct, as only the one...

I find that if I visit the `org-journal.el` file in a buffer and `eval-last-sexp` on that line, creating a journal entry will start using the correct buffer mode.

> in cases where the state is not found, this might be a problem with the router aka fragment vs query. Sorry, might not have been clear: I was trying...

We have tracked down the root-cause of this issue: our production and staging servers use nginx to serve the application over SSL. By default, nginx sets the header `X-Frame-Options` to...

That is incorrect. The code as written is correct, this is valid Rust syntax. The change you suggest would actually break the code.

Bumping for visibility. I used this tool for my MSCS thesis research last fall, but had to use a separate tool for CCN in Rust. I am continuing this research,...

Interesting-- I can't imagine I would have just removed that from the module without having a reason. I'll need to find the specific commit that made that change, and then...