Robert Patrick
Robert Patrick
@sebmichiels Unfortunately, WDT does not support this use case at this time. We have always wanted to add support for this but we need help from the OWSM development team...
Here is the relevant snippet from the OpenSSH server log: ``` 7588 2024-02-16 08:20:33.372 Starting session: command for oradev\\\\rpatrick from 10.89.201.18 port 57849 id 0 7588 2024-02-16 08:20:33.373 debug2: fd...
It appears that the escaping/path conversion is different between download and upload. Notice how the Windows path has `//` in the failing upload case and `/` in the successful download...
@hierynomus Any thoughts on this?
Nothing so far. I have just documented this as a limitation for now. It seems like none of the SSHJ committers are interested.
@laurentRichir No. I ended up having to drop back to an earlier version of supabase to get it to work properly...
[Bug]: menu-will-show, menu-will-close and the click handler are never triggered for top-level menus
I am seeing the same behavior in Electron 16.0.5...
[Bug]: menu-will-show, menu-will-close and the click handler are never triggered for top-level menus
In our case, we need to force a blur event to occur so that the data in our embedded ACE editor is synced with the underlying "model" (in a knockout...