Mike Gelfand

Results 257 comments of Mike Gelfand

I take it you checked the log and there were no "Calling script '{path}'" (info) and "Couldn't call script '{path}': {error} ({error_code})" (warning) messages in it?

I've updated the forum and extensions to the latest versions, could you try again?

I didn't touch any mail configuration and there're no errors in logs, so not sure.

There's a "Resend activation email" link on the login screen, maybe try that if you haven't.

I don't understand why this change is deemed MSVC-specific. There's still `#elif defined(TR_HAVE_ASM_POPCNT)` block which directly uses assembly instructions without any checks either. > MSVC will not fallback to the...

> `TR_HAVE_ASM_POPCNT` is defined on `#if defined(__x86_64__) && defined(__SSE__)`. AFAIK MSVC doesn't define `__SSE__`. IIUC `popcnt` is introduced with SSE4 (https://en.wikipedia.org/wiki/SSE4#POPCNT_and_LZCNT) so I don't think checking for `__SSE__` is correct....

I think there might be a better option, like detecting whether HTTP or HTTPS should be used automatically and only asking for user input when we're really not sure what...

Not sure I understand you correctly. Did you mean to say "minimize _on_ close" instead?

Related to [TRAC-532](https://trac.transmissionbt.com/ticket/532).

Not the only percents value which may not update as expected, and reducing the epsilon may not guarantee it either. How about #4933?