Kipras Melnikovas
Kipras Melnikovas
No problem @jorangreef, I've tried summarizing, but pretty much everything is documented in https://github.com/microsoft/vscode/issues/82266. For a quick summary, I believe you can read through it without following the links -...
Thanks Joran! I think the problem might be with the packaging of electron, as seen in [the comments from arch linux](https://bugs.archlinux.org/task/61516) which you just quoted, but I'm just speculating. I...
Alright, I've tried out 3 things: 1. code (oss, not binary, official arch repos) 2. vscodium-bin (oss, binary, AUR) 3. visual-studio-code-bin (not oss (microsoft's release), binary, AUR) (all versions identical)...
> > Holy moly, I think I'm sticking with vscodium-bin :D > > Thanks @sarpik, that's a fantastic write-up. lmao, thank you for being awesome, Joran 😄 > Do you...
btw, how could I test this out myself? i.e. the action edit: was able to commit the patch into default branch, ran `release.sh` (had to `git config --global commit.gpgSign false`...
though, i see that these sockets are getting kept alive, it'd be best to kill them off after we're done - do u know how to best do that? ```sh...
Awesome! Do you think you can do it, or should I attempt it myself? Would rather prefer the former, but am okay with the latter:D Edit: I'm on it!
See https://gist.github.com/davidrleonard/2962a3c40497d93c422d1269bcd38c8f
I've done some digging about extension injecting into electron / nativefier. I've primarily attempted to inject an addblocker (ublock origin / adblock plus). The injection itself was successful, but both...
Hey, thanks for the reply @ronjouch! Could you elabore on the 2nd part? > Or see if there's a way to port / transform (with a tool transforming JS code...