Aleksei Zhukov

Results 14 comments of Aleksei Zhukov

Thanks. I've cloned `add-piece-fix` branch, ran it on the same Ubuntu torrent and it crashed right after the start. I've posted log here: http://paste2.org/p/1456613 (replaced pieces data with "[trimmed]," for...

This happens because `Config.KeyCtlScope` is never initialized and defaults to an empty string (which is not a valid option). So [during the initialization getKeyringForScope](https://github.com/99designs/keyring/blob/81fed19d324843057dab56ba67dd0db54d1d4626/keyctl.go#L64) fails with this ["unknown scope %q"](https://github.com/99designs/keyring/blob/81fed19d324843057dab56ba67dd0db54d1d4626/keyctl.go#L233)....

While there is no great one-fits-all solution yet, is it possible to have project used in `_preparePayload` as a configurable option? I'm asking because personally, I'd rather prefer to have...

I [implemented EC keys support](https://github.com/drdaeman/acme-tiny/commit/f995b09b67498ef6fc538867eeeb63643cba5702), but I haven't noticed 200 SLOC disclaimer (sorry!), so, if you count the empty lines and comments, the script grew above the threshold. Well, I...

Uh. Well, [I had managed to squeezed everything down](https://github.com/drdaeman/acme-tiny/compare/f995b09...master) to 200 lines exactly, but that went against the very idea of why the limitation is there and felt like participating...

Sorry for the scope creep, I was just using Forge quite actively and noticed that whenever I made a mistake in the encrypted templates, they were left on disk unencrypted....

I have a Gnuk-based FST-01, which should be quite similar to Nitrokey Start. I think while it works as OpenPGP Card v2, it doesn't really work as PKCS#11, at least...

I investigated and understood the bug. I can now confirm, the issue is indeed with `django.template.loaders.cached.Loader` — on the second `Template.render` invocation `self.kwargs` are already rewritten with resolved values from...

Glad to help. No need to rush, I don't think it's anything urgent. For a time being, for our own uses, I've just replaced PyPI dependency to my fork. You...

I think I've figured it out. For some reason, for some indices `SafeIndex#get_settings` returns `"searchableAttributes"` while for some it returns `"attributesToIndex"` key instead. Here's the correct behavior: > idx =...