Frederik Ring

Results 244 comments of Frederik Ring

> I believe Node 16 is already EOL? I don't have the resources to participate in the constant update cycle unfortunately and since this is just used for bundling a...

There's also https://github.com/techknowlogick/xgo

At the moment this usecase it not supported as the endpoint URL is simply hardcoded here: https://github.com/m90/telegram-bot-client/blob/8fa0ff9d6974c34f9c97948e40f1ed10d4162a8b/src/apiclient.js#L8 It should not be too hard to add it though and have the...

This is kind of similar to #109 - is it possible to use restic as a Go library instead of using the provided binaries?

The trouble is, if this tool would consume a blob of Go code that is not meant to be used as a library, we don't get any stability guarantees for...

Theoretically, you could already "bring your own backend" by doing the following: - create a Docker image off this one, copying in the restic binary - configure the backup schedule...

> Maybe it would be nice to make such values (file locations and such) available in the environment so scripts like this could consume them. I added this in `v2.24.0`....

After this has been dormant for way too long I took another stab at this in #830 , let's hope this makes it to the finish line.

@wneessen Unfortunately this is not yet supported as #720 went stale. That being said it's a good reminder to maybe finish the thing soon. For anyone wondering about available features:...

@dhenry123 @wneessen I just merged #830 which enables the feature you have been requested. I'll do a release end of the month which will make it available in the common...