clickingbuttons
clickingbuttons
@jedisct1 Fixed test, please review again!
This branch isn't abandoned. I've made a PR with DateTime added, am working on a crypto PR (adding a DER parser and RSA functions), and then finally will base this...
`ReadFileScatter/WriteFileGather` aren't usable unless each `iovec`'s length is a page size AND the file's opened with `FILE_FLAG_NO_BUFFERING` AND the number of bytes requested is a multiple of the sector size...
After reading Windows docs and Rust stdlib code, I don't think there's a way to make OS-agnostic gather/scatter vector types. Rust just calls `read` on the first `iovec` member unless...
Zig's current date time needs are for: 1. Emitting C date and time macros in `aro/Compilation.zig` 2. Certificate DER parsing in `Certificate.zig` 3. Extern UEFI structs in `os/uefi.zig` They all...
I didn't read that PR before making my own. It seems to have taken a substantially different route than I did, so I'm happy there was little (if any) overlap...
Yes, the TLS Client should add an option for a Certificate to respond to these messages. This isn't required for HTTPS, which is what the client is currently designed for....
On 2011-06-07 the following appear in the grouped endpoint but 404 on ticker details for the same date: ``` PPLpU NYBpU HIWpB.CL PSApI.CL ZZZ PETpD.CL FTBpC.CL AIVpU BACpU ZWZZT CpU...
Here's my list of test ticker regexes to filter these: ``` ; https://www.nasdaqtrader.com/Content/ProductsServices/TRADING/TRF-Chicago-Test-Securities.xlsx CBO CBX IBO IGZ ZBZX ZEXIT ZIEXT ZVV ZXIET ; More than the spreadsheet listed A, B,...
I think `usize` is the appropriate type. C types are to be avoided if possible.