zzak

Results 331 comments of zzak

At the moment both of these flags seem to be required, so we'd need to change the option parser

@reedflinch I've been known to be wrong, but that was what I experienced when working on the option parsing earlier: https://github.com/bellkev/circle-lock-test/pull/5/files#diff-6a470a31c1369648e0477bc11e378e7aL6

@bastibe If we modify `org-journal-file-format` do we also have to org-agenda like mentioned [here](foo)? Here's my config fwiw: ``` (setq org-journal-dir "~/org/log/") (setq org-journal-date-format "%Y-%m-%d") (setq org-journal-file-type 'weekly) (setq org-journal-file-format...

Hello @bastibe, Thanks for your reply. I've also tried using the full absolute path and while searching does show some results (C-c C-s) when clicking on one of the entries...

Which version of Rack are you using?

@TiagoCardoso1983 Thank you for the thorough investigation! I'd like to include your example application in the Sinatra project, under `./examples`. Would that be ok?

@TiagoCardoso1983 Patches welcome, my goals for 2.0.0 do not include breaking many public APIs without just cause.

@kgrz Sounds good to me, let's see a patch first

This is probably due to our Delegator doing weird things: https://github.com/sinatra/sinatra/blob/master/lib/sinatra/base.rb#L1915-L1939

Does this issue still exist on the latest version of JRuby?