pvgoran

Results 50 comments of pvgoran

> I believe we need more comprehensive approach here. CRUDL helpers are good to start but often you start needing to replace them with regular definitions. I don't understand what...

> I was thinking along the lines of "don't back up files which do not have the Archive attribute set" This looks like a bad idea. As far as I...

According to [this](https://github.com/restic/restic/issues/278#issuecomment-134691634), you can use the environment variable RESTIC_PASSWORD to specify the password.

@julianbrost Did you try assigning IO priority to the restic process?

I found out that I can use `options.data(Context.PARAM_SIZE)` to distinguish these two cases. If it returns zero, it's `{{missing}}`, otherwise it's `{{missing something}}`. But this solution relies on implementation detail,...

Here is my use case: I keep a single, shared `ConcurrentMapTemplateCache` instance to cache the templates, and a factory method that creates a `Handlebars` object and configures it to use...

ArmeriaMonixBackend and OkHttpMonixBackend exhibit similar behaviour: some kind of stack trace (with different exceptions) is printed after cancellation. (With Armeria, an exception only appears with the extended sample that I...

Backends based on ZIO (AsyncHttpClientMonixBackend and ArmeriaZioBackend) don't seem to have this problem.

I don't think it's logging that I observe, because SLF4J is non-operational in my example. (See the beginning of the output where SLF4J says logging will be no-op.) Like I...

Actually, my assumption is that an exception handler is, on the contrary, *not* installed. (I mean, in the stack trace, not within Monix.) The exception is thrown, not caught, it...