Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for HTTPS images? #33

Open
potatoqualitee opened this issue Jan 4, 2021 · 1 comment
Open

Support for HTTPS images? #33

potatoqualitee opened this issue Jan 4, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@potatoqualitee
Copy link

Tried this to see if it'd work and if it's in an <img src> that suggests it's capable of supporting http for Windows, I guess not for Mac and LInux eh, then you'd have to detect?

Could there be a system to download to temp and cache then use it on mac and linux?

At C:\Users\ctrlb\Documents\WindowsPowerShell\Modules\PoshNotify\0.1.3\Private\Pop-WindowsNotification.ps1:34 char:24
+         <image src="$((Resolve-Path -Path $Icon).Path)" placement="ap ...
+                        ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (http:String) [Resolve-Path], DriveNotFoundException
    + FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.ResolvePathCommand
@Windos
Copy link
Owner

Windos commented Jan 10, 2021

I should be able to sort this on Windows (it's a feature of BurntToast that I didn't bring over to this implementation)... for the other OS' may need an assist from the others.

@Windos Windos added the enhancement New feature or request label Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants