Pasi Salenius

562 Followers
642 Following
4.9K Posts

Senior iOS Engineer in wearable health

Also develops Mac and iOS apps:

Proxygen for hacking with HTTP πŸ”¬
https://proxygen.app

Maptrails for hikes in the wilderness πŸ—ΊοΈ
https://freshbits.fi/apps/maptrails

Previously spent 10 years securing online banks and mobile apps against attacks.

Websitehttps://freshbits.fi
Proxygenhttps://apps.apple.com/us/app/proxygen/id1602229284
Maptrailshttps://apps.apple.com/app/apple-store/id1524211335
GitHubhttps://github.com/PasiSalenius

Proxygen v5.0 is now available for Mac and iOS. It is the biggest update yet, including:

πŸ”¬ Redesigned Test tool with scripting, test assertions and variable extraction.

πŸ“ Environment variables that are extracted from responses and inserted using {{var}} syntax.

🌎 Sitemap for quick filtering of message history.

🎨 Many new editor color themes!

The app now also has a lower price point and is 50% off for a limited time.

https://proxygen.app

We are just getting started.
#swiftlang #appkit #macdev #iosdev

How to set variables
Been working on something

Proxygen v4.5.0 now comes with scripting support in Mac and iOS apps. Write JavaScript code to modify HTTP traffic. It’s pretty great!

Get the app 50% off for a limited time at https://proxygen.app

(the website also got a refresh)

Proxygen v4.4.0 with a new Diff tool, JSON and XML path filtering, and a whole load of other fixes and improvements is now available at https://proxygen.app πŸ”¬

#appdev #appkit #macdev #swiftlang

I think we are almost ready to go.

#appkit

Now each side has buttons to paste from clipboard and load a file. Also the changes are categorized by additions / deletions / changes.
You can still toggle back to the old character based diff for more granularity.
Really happy with how the new Diff tool turned out. The simplified controls work better together and it’s much easier to read the diffs now. You can even drag and drop files right into the tool.
This kind of line aligning in wrapped text mode is what I’m after but might be a tall order. The spacer lines need to be dynamically updated as the lines are rewrapped on width changes. Would need a whole custom text layout implementation.