Christopher Conroy

Results 81 comments of Christopher Conroy

@flow23 the mod is now community maintained, so you're welcome to submit a PR with a fixed link.

@Tehtsuo can you make another commit that just adds a space or something stupid to one of the readme files? The CI checker is borked and it needs another commit...

> > > Just pushed a libre_translate branch to my repo which you give you a decent place to start. It doesn't look good though because from https://libretranslate.com > >...

@Artikash I was able to get the new plugin compiled, but it's not sending the request correctly. I'm getting this error in Textractor: `Error while translating: {"error":"Invalid request: missing q...

> > > Not quite, looks like the request should be > > ```c++ > if (HttpRequest httpRequest{ > L"Mozilla/5.0 Textractor", > L"127.0.0.1", > L"POST", > FormatString(L"/translate?q=%s&source=%s&target=%s", Escape(text), translateFrom.Copy(), translateTo.Copy()),...

@FrYakaTKoP there are many issues that can't be diagnosed just with klippy.log, as you only see what gets parsed, and not the source files. Often you do need to look...

Also curious if there's been any progress on this feature.

Mostly I'm looking for snapshots to use for "point in time" backups via volsync/restic. Rollback isn't something I would need.

Any updates on multi-replica snapshots? Is there another issue to track it?

hi @tesshuflower thanks for your response. > if no snapshots are found to be restored, the current behaviour is not to fail. I'm not sure this should be the expected...