Maksim Ivanov

Results 36 comments of Maksim Ivanov

Hi, any help needed with this PR? I think you made great progress and we're close to completing it now.

Besides just cleaning up the code, fixing this will also allow us to update to recent versions of Closure Compiler and Closure Library. Currently we're blocked, since the recent versions...

> Chrome is repeatedly crashing on my iPad Pro ,please rectify it regards nawabdera [NAWABDERA1](https://github.com/NAWABDERA1), please use the standard bug report channel for Chrome issues: https://support.google.com/chrome/answer/95315

According to detailed CCID logs, in both successful and failing scenario the same command is sent to the reader: `62 00 00 00 00 00 05 00 00 00` (according...

I've tried a couple of workarounds, but so far none of them helps. For posterity: * Tried to repeat the PC_to_RDR_IccPowerOn command in a loop (up to 100 times); *...

This is superseded by an alternative approach: Smart Card Connector now uses the (new) `chrome.systemLog` API in order to append its logs to the system's log. That way, the Connector's...

Closing the bug as there's no plan to support Smart Card Connector on desktop systems. However, a quick update regarding cross-platform smart card development: there's an ongoing effort to bring...

It seems like the card wasn't initialized at the same time as the reader was: when the test tries to do `SCardCancel` it fails with `0x8010000C ["No smart card inserted."]`.

This is blocked on the fact that the default version of `clang-format` on Google developer machines formats the code differently than the currently latest official release. A probable solution would...

> All this said, Closure Compiler and Library have a number of intersection points where they interdepend on one another. We are committed to retaining the core functionality in Closure...