lauren n. liberda

Results 35 comments of lauren n. liberda

ok, with this patch it almost works on 119.0.6045.199 ```patch --- ./build/config/compiler/compiler.gni.orig +++ ./build/config/compiler/compiler.gni @@ -37,6 +37,9 @@ # The default linker everywhere else. use_lld = is_clang && current_os !=...

to my knowledge, it does not (it's gn). electron creates their buildscripts manually https://github.com/electron/electron/blob/95d094d75bddb99c83d2902fbc9a4335632a41cf/patches/node/build_add_gn_build_files.patch#L450

is this correct?

not sure how would that work since the same pkg-config files are used whether you add `--static` or not. i don't see a reason why building with both `BUILD_SHARED_LIBS=ON` and...

`file(GENERATE` does not allow to put `$` in the contents, as it would be used before the install phase

the problem seems to be that the `ready-to-show` event does not ever happen pretty sure this only happens on electron 24 (and not on 23), while you still officially ship...

reytan dev here. laughing my ass at so many details here. they make a whole block of text accusing that you are using the API wrong, to at the very...

alpine linux package maintainer here, i think i haven't noticed it myself before on this repo, actually. though i think i'm also the only one here only tracking one branch...

@codebytere i'm the maintainer of electron in alpine linux. unbundling is a standard distro policy (e.g. https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling) that i believe pretty much any distro does with chromium. this enables de-duplication...