Brad Robinson

Results 14 issues of Brad Robinson

Thanks for this excellent package. I have a question about error handling... What the difference between the `'error'` event emitted from the `Imap` object vs the `'error'` event emitted by...

The conformance tests aren't running all the test cases. The bit mask in BidiTest.txt data is a mask of up to 3 different runs that should be made whereas the...

- changed tab size to 4 - support for typing tab key + block indent/unindent.

x86 MSVC doesn't support _BitScanReverse64, but adding something like this should fill in: ```c++ #ifndef _M_X64 static __inline unsigned char _BitScanReverse64( unsigned long *index, unsigned __int64 value) { unsigned long...