Finn Völkel

Results 97 comments of Finn Völkel

Just another possible improvement: - Be able to specify a Cron Schedule instead of a frequency. This helps to assure that checkpointing doesn't interfere with other heavier tasks (for example...

Just adding my two cents here of what would be useful for my current project. - Being able to specify a time window in which entities should be considered. In...

@duianto Did you solve this issue for yourself? Is this something in centaur tabs that needs to be solved?

@bbatsov Had seen it. You can assign it to me if you want.

@bbatsov @vspinu For this one I need some pointers/help. Consider the following code ```clj #dbg #?(:cljs (+ 1 2) :clj (inc (inc 1))) ``` In the `maybe-debug` function https://github.com/clojure-emacs/cider-nrepl/blob/f71b851a248ac95217b17f409ff7ab7669acd402/src/cider/nrepl/middleware/debug.clj#L612-L617 the...

@bbatsov You think it would be ok to add an option to nrepl so that code is read with `:preserve`. We could then do a first read via nrepl, locate...

@boldip I left `maxUrlsPerSchemeAuthority` at a 1000 and used around 700 seed urls. I just tried once more with `maxUrlsPerSchemeAuthority` set to 1 and only 10 seeds. After a while...

> OK, but this is not the meaning of the parameter maxUrlsPerSchemeAuthority. If you reach more than 10000 sites, you'll get more than 10000 records. There's nothing wrong with that....

> Hey @FiV0 - cheers for the PR. apologies for the delay in getting back to you - unless it's blocking you, would it be alright to run through it...

Concerning the other bits: - [x] `get-valid-end-time` -> `get-end-valid-time` - [x] addition of `get-start-valid-time` - [x] removed `pomegranate` - [x] addition to the docs - IIRC I added the `valid-time`...