Ondrej Medek
Ondrej Medek
And duplicate of https://github.com/element-hq/element-meta/issues/360
One advice: when using SSH for main git URL, switch to HTTPS otherwise `git-lfs` tries to use [`git-lfs-authenticate`](https://github.com/git-lfs/git-lfs/blob/main/docs/api/server-discovery.md#ssh) to get credentials for HTTPS and it may slow down the init...
I would be happy to have `webContentsId` available in the preload script right away (to set up logging). As a workaround it's possible to ask for `webContentsId` the main process:...
Seems like duplicate of #1258 or #203 ?
Our use case is: we have (about 10-200) projects (vertices) with dependencies (edges). Projects are organized in (about 3-10) groups. We want to show and edit project dependencies (edges). However...
It's probably bug of Electron on Windows, see electron/electron#15727 (closed) and electron/electron#27170 (active).
Some command has to be in `.bat` (or `.cmd`), as @thebjorn has mentioned, especially the `workon` command. While many others do not need to be `.bat`. If moving to Python,...
@thebjorn Thanks for pointing to the Pyinvoke, it may be all what I need. I'll try that. Note: most of Python tools and libs supports Python 2.7 and 3.4+ nowadays....
Most of scripts is possible to use in PS now. Only `workon` is problem. Current `virtualenv` has support for PS - it makes `activate.ps1`. IMHO it would be enough to...
There already is [virtualenvwrapper-powershell](https://bitbucket.org/guillermooo/virtualenvwrapper-powershell/issues?status=new&status=open) but seems unmaintained and has [lot of issues](https://bitbucket.org/guillermooo/virtualenvwrapper-powershell/issues?status=new&status=open). Disclaimer: I use cmd (with clink) mostly, so I do not need the virtualenvwrapper-powershell