SamJakob
SamJakob
The issue is defining the variable using just the `Options` type from the library, because of the typing issue mentioned above. I did try coming up with some new type...
Can you clarify which OS this occurs on? Or is it all?
🤦♂️ Thanks lol
For reference: macOS: https://developer.apple.com/documentation/xcode/allowing_apps_and_websites_to_link_to_your_content Windows: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking Linux: ...err? I think we can do this with a `.desktop` file
I'm going to be implementing (at least the macOS) part into one of my apps. I would make PRs for this repo however given #104 this does not seem to...
I have an implementation for macOS ready to go with linkStream working, however as there is no `addApplicationDelegate` method for the macOS `FlutterPluginRegistrant` (see [https://github.com/flutter/flutter/issues/41471](https://github.com/flutter/flutter/issues/41471)) you currently have to manually...
I've been looking at implementing this from the proxy side, but rather than double-implementing it on the proxy, this could probably just be made a feature of Hoppscotch directly as...
Hi, Thanks for raising this, I had needed to grab that dependency myself but must have forgotten to put it in the README. Also just for reference - extra dependencies...
See also #2018 with respect to being able to save responses as 'examples'.
I’m not sure if it works on Windows, but have you tried [findProxyFromEnvironment](https://api.dart.dev/dart-io/HttpClient/findProxyFromEnvironment.html)?