Alex Grebenyuk
Alex Grebenyuk
I think I have an idea for how to organize it that could also help me manage the "Pulse for Mac" codebase: move these internal dependencies to a separate module...
I made a couple of changes in `main` to make it easier to contribute. The biggest changes are the removal of the `pbxproj` file and the CocoaPods support (long overdue),...
> Are you going to continue with PulseComponents or close that journey? It was an experiment to check if it's a viable option, which it is, but I don't think...
I ended up using Git submodules for my project (same as before) – sometimes the old ways are better than the new 😴 In this project, I'm redefining Pulse and...
Thanks for reporting it! > Should a solution similar to Datadog's be used? Where the data needed is copied (see [ImmutableRequest](https://github.com/DataDog/dd-sdk-ios/blob/develop/DatadogInternal/Sources/NetworkInstrumentation/URLSession/ImmutableRequest.swift)) before sending to the background queue? I think that...
Hey, thanks for providing context, Maciek. Yeah, I kind of need to read `allHTTPHeaderFields`, so I'll probably have to look for other options.
> I think a great addition would be to show a session's overall data download and upload. It could be really useful to monitor if certain areas of an app...
There features are (partially) available in Pulse for Mac. - Use Navigators / Insight to see combined data usage (Cmd+4) - Use "Group By" to group by URL or host...
RCA The app sends the following content (correctly formatted Gutenberg): ``` test hello world ``` 2. The server returns two fields with content: ``` "content": "Test\nhello world\n", "raw_content": "\ntest\n\nhello world\n",...
This is great feedback, thank for reporting it here 🙇