Remko Tronçon

Results 48 comments of Remko Tronçon

Is there any news/opinion on this from @wummel? I would also love to have an `--enable-plugin`.

Adding a streaming writer should be very easy. The API of such a writer would be a direct one-to-one dual mapping of [`Handler`](https://pkg.go.dev/github.com/remko/go-mkvparse#Handler). The question is whether such a low-level...

We're also seeing this issue popping up regularly. When doing backups through Google's datastore backup service, every few days we get a hanging backup, where mapreduce is infinitely scheduling jobs...

I haven't given it enough thought to say what the possible problems can be. I'm not sure if you intend to change more than the function table, because the code...

The only thing that could be 'just adding some options' is inline sourcemaps (which would still leave one output file). However, this is only sensible in a conditional in development...

@huyz On first sight, that looks correct. I suggest you also create a regular age key as a backup, and add the recipient to .age-recipients (and re-encrypt whatever you already...

You typically don’t need multiple identities, as these are only used for decryption, and you should have enough with only your age-plugin-se private key set as an identity. As long...

See [the README](https://github.com/remko/age-plugin-se?tab=readme-ov-file#using-age-plugin-se-with-passage) for a guide on using this plugin with passage.

@jhump Thanks for the patch! I've been watching this issue (and the other related ones such as #913 and #3146) for years, wanting to use Go with Cloud Datastore but...