Emil Atanasov
Emil Atanasov
@zabaat the problem is related to the way path works on windows. It uses different separator \ instead /. The correct fix is to replace the path function with something...
@lockiechen I'm using the following: ```js // mac os let updateOptions = {}; updateOptions.serverType = 'json'; updateOptions.url = updateFeed; // .json url //... autoUpdater.setFeedURL(updateOptions) ```
It's fine. Just keep the format of the json. You can have a single version the releases array.
You can check my fork. I’ll send a PR. Sent from my iPhone > On Apr 26, 2020, at 18:35, Nicolò Maria Mezzopera wrote: > > > @heitara Thank...
@yannisalexiou could you please attach a screenshot? Also take a look at this [PR](https://github.com/DebugSwift/DebugSwift/pull/54) it might be related.
@MaatheusGois I'm not sure if this is still relevant. I believe we should close it.
Hello @JunkyTang ! Could you please create a sample SwiftUI app that illustrates the problem in a separate github repo and link it here. Thanks!
The problem is not a simple one - the `CustomHTTPProtocol` is not handling properly `urlSession(_ session: URLSession, task: URLSessionTask, didSendBodyData bytesSent: Int64, totalBytesSent: Int64, totalBytesExpectedToSend: Int64)`. The correct implementation should...
I have an example with Alamofire, based on DebugSwift example app. I'll create a [PR](https://github.com/DebugSwift/DebugSwift/pull/76).
@MaatheusGois what's the idea here? To have a special tab in which there is a TextInput and if you enter a valid url or schema and you press a button...