Kostis Anagnostopoulos

Results 220 comments of Kostis Anagnostopoulos

The other way round does not work :-( ```python >>> set.register(IndexedSet) --------------------------------------------------------------------------- AttributeError: type object 'set' has no attribute 'register' ``` I checked and [`sortedcontainers`](http://www.grantjenks.com/docs/sortedcontainers/) also has this problem: ```python...

I was looking for the same answer, but have no idea where to ask for trove classifiers. Any ideas?

(hope i'm not digressing) This feature request has a lot in common with what W3C's _web-annotation_ standard envisioned, and attempted by [Hypothes.is](https://web.hypothes.is/) to implement.

I will try to briefly address some misconceptions: - This tool does NOT factor _any_ key, but takes advantage of factorization done by external tools (factordb.com, msieve and/or YAFU). -...

Finally, **in my opinion**, 512bit factorization keys are currently impossible to break with civilian-grade hardware; 512bit EC crypto is beyond reach even for military-grade installations.

You are right. I have forgotten a lot of stuff and the bit-width informations I gave above are totally wrong - please disregard it. I should have mentioned bytes(!) not...

Without relying on log-messages, I used this command to move all unlocked-files to `/some-dir` under linux/cygwin: ``` find . -name '*.vvv' | sed 's/.\w\+$//' | xargs -n1 -I XXX mv...

Would it be possible to have a notification, when this the language-server stops working? **[edit:]** Because by the time i discover there is something wrong with the intellisense, [the "Trace"...

Thank you for yor efforts. Just to mention that ~6sec with BubbleUPNP while still improving things, it does not seem like dealing with the problem. Have you considered switching to...