Evan Kaufman

Results 7 comments of Evan Kaufman

Even if we use AX, we still have to know what to ask for. - Yahoo makes available a "nickname" attribute - Google has no "nickname" attribute, but makes available...

Maybe I don't understand this issue, but couldn't you just verify, in the LogoutHandler, that the HTTP_REFERER matches the current host? (And if they _don't_ match, show an interstitial page...

FWIW, I needed to convert dates (in the local server timezone) to ISO 8601 in UTC, and managed it with a (somewhat hacky) filter: ```javascript Twig.extendFilter("date_c_utc", (input) => { const...

So it looks like the reason for this is that it doesn't use the existing twig service in symfony, it creates its own service presumably so it can use its...

I ~~am~~ was getting this same crash and error, on a ~30.5MB backup file. **Update:** I installed go and dep, build the latest commit locally, and that seemed to work...so...

Seeing similar issue in Windows 10 x64. Tried the precompiled binary, and even compiling the latest few commits, with or without the password file/prompt. Consistently getting the same error: >...

Is there a way to determine whether the (attempted) votekick has succeeded? Then perhaps team chat if the vote fails more than once?