Josh Wolfe
                                            Josh Wolfe
                                        
                                    thanks for the contribution @davideger !
is there a discussion of this elsewhere i can read? what's the motivation for this change?
> * support zip64 files (anyone know of any I can test?) The way I do this in [yauzl](https://github.com/thejoshwolfe/yauzl) is i manually test with very large zip files (created in...
> Here's a test suite you can use: https://github.com/thejoshwolfe/yauzl/tree/master/test There is a medium amount of special case logic in the test harness that makes the `success/` and `failure/` example `.zip`...
Uh. I can reproduce the problem. I don't understand what's going on, but opening and closing multiple tabs and hitting the stream button seems to get it sometimes.
Ok try this: - open 2 tabs to the same server (i'm logged in as a user, not a guest) - turn stream on in just 1 of them. -...
How would I expect no error from something? ```zig if (errorable()) |payload| { // this should be likely } else |err| { // this should be unlikely } ``` The...
what about just exporting `replacementList`? Then you can this search in your code, or any other search you might want to do.
i'll have to defer to @andrewrk on this, but in my own opinion, i have to admit, i don't really understand what the function is supposed to be used for....
did you mean `/[aaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐɑ][ccćĉċčçḉƈȼↄ][aaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐɑ][oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿꝋꝍɵɔᴑ]/i`? It looks like the function is prepared to look up simple ascii characters as well (`o.base == chr`). isn't there a problem with multi-char diacritics like...