AbiusX

Results 11 comments of AbiusX

Yes I wanted to say the same thing. You need the number of bytes not characters. Also, only increase size if necessary. No need to shrink. Or put a threshold.

This new project takes care of the problem: https://github.com/zdresearch/s3-multipart-upload-javascript-browser

It took me 30 minutes of googling just to find this thread. Why would the library override default `assert` and don't even mention it anywhere in the docs?

Hi, Yes, that is intended. The kernels run in order, so usually x+dir and y+dir are computed before x and y, especially since the kernels do not have any synchronization...

A segfault means your C program tries to access memory that it shouldn't. A point or array issue, most likely. You have to debug to see which line of code...

What was the previous approach that let you stop the request but stopped feeding PHP?

why dont you do this when you find an invalid token using the filter approach? On Jul 26, 2014, at 6:47 PM, minhaz [email protected] wrote: > it was to generate...

Hmm.... I actually have no idea what's going on. I haven't touch this code for 3 years. Please let me know if you found out something else about it. Regards...

I believe I did, but I don't remember any details. -A > On Aug 2, 2017, at 6:26 PM, Zak Keirn wrote: > > I will. Did you run it...

I'm not sure but I don't think so. It's for the original patchmatch algorithm. -A > On Aug 2, 2017, at 6:49 PM, Zak Keirn wrote: > > Does this...