Ricardo

Results 16 comments of Ricardo

Thanks, will look into it. How do I set the number of threads? I'm also trying to add the library https://github.com/xroche/coffeecatch to yours to catch exceptions within the native code...

There is a patch to fix this in the original library: https://code.google.com/p/marketbilling/issues/detail?id=139&thanks=139&ts=1375614409

You can use rainbow-delimiters in combination with `show-paren-mode` to get a similar effect. I added the following to my init.el file: `(add-hook 'prog-mode-hook #'show-paren-mode)`

Thanks! How are you setting `deft-strip-summary-regexp`? I suppose in your init.el file. I'm trying that (and all kinds of different regexp settings) but none seem to be taking any effect....

Hi, is there an update or roadmap on the kotlin multiplatform effort? Curious to know where this project stands and what are the ways I can help.

@digitalbuddha I updated the PR, adding a new method, `safeReadAll()` to the `DiskAllRead` interface. Since I added this new method, I had to add a generic `ReadResult` class to the...

@digitalbuddha @ramonaharrison Any chance we could merge this?

@digitalbuddha Apologies for the delay in replying. I'm finally having the time to go back to this but it's not quite clear to me what you mean. As far as...

Hi @brianPlummer , that's ok with me. However, I feel like this PR could be merged as is. Your contributions could be made in subsequent PRs. Do you have any...