Dalton
Dalton
I agree. That is something that will have to be hand added because we are using a pure NSStream. I'd love if we could have NSURLSession support in the future...
@AndrewX192 is there a reason you don't want the Origin header set? It is a fairly common header to include. Does setting the origin to an empty string resolve the...
I would like to see Linux support too 😄. I think it might be feasible, I know in #335 there has been talk of allowing a swap out of different...
I did some work with the 3.0.0 release to allow this. There is a new `WSStream` class that can be implemented to allow a custom socket to be used. I...
Howdy everyone. We just release 2020.11.3 which lengthen the timeout on the updater. The timeout was previously a bit short for some connections and thus the timeout error. Updating from...
Makes sense, I like it. Going to cut another version (to fix some bugs) before merging this since it is a breaking changing with the enum case change. Thanks for...
I honestly haven't looked at this code in years, but if my memory serves, it won't work with a `UITableViewController` due to the way it is implemented.
if I understand you, this would be expect behavior. CoreText does not wrap the space drawn for images. So if the label was 300px wide and 3 images with the...
yeah I don't know why that is based off your code. Like I said in #2, I haven't looked or updated this code in years. That being said, I don't...
Ok, this doesn't give us anything to go off. Can you provide the crash you are getting? What is `strPath1` and `strPath2`?