Alisamar Husain

Results 49 comments of Alisamar Husain

@jnovack yes this still happens unfortunately. I've had to reboot my remote every time i have to restart this container to stop the port listening on the remote. `kill -9...

I tried building a local image with the solution suggested above and it doesn't seem to work. After doing a `docker stop autossh-local`, the tunnel port on the remote host...

@mrkeuz I tried adding `StreamLocalBindUnlink=yes` to my docker compose environment like so: ```yaml environment: # ...other vars - StreamLocalBindUnlink=yes ``` ~~it doesnt seemt to be an accepted, since when autossh...

@mrkeuz **Correction. It does work.** Added it to entrypoint.sh and built a local image, and it closes the target port when the container is stopped.

What would a user want to do with these primarily? I think spotify uses these to recommend tracks, so will that be the main use? Find other tracks with similar...

@jpochyla could you create a remote branch for this? I'd like to try to build something for this, maybe something like "tracks similar to..." or playlists of a similar type

@pklaschka @ErinFinnegan I can look into this one

As suggested I've tried using the eventNotifier to log all events. ```javascript // Register listeners for all events just for dev require("photoshop").app.eventNotifier = (event, descriptor) => { console.log(event, JSON.stringify(descriptor, null,...

@ErinFinnegan I'll work on this

The command [suggested here](https://helpx.adobe.com/creative-cloud/help/working-from-the-command-line.html#:~:text=UnifiedPluginInstallerAgent.exe%20/list%20all) to list all installed plugins, gives this output. I think that page may be out of date. ```cmd $ C:\Program Files\Common Files\Adobe\Adobe Desktop Common\RemoteComponents\UPI\UnifiedPluginInstallerAgent>UnifiedPluginInstallerAgent.exe /list all...