Lucas Grzegorczyk

Results 94 comments of Lucas Grzegorczyk

One thing I've noticed for sure is that if you lock your screen with Signal in foreground - then it's draining battery even faster.

Once I get my hands on a free device to fiddle with I could probably debug it. But it won't happen for another month and I have barely any experience...

I use `Don't optimise` option per recommendation from signal cause otherwise you can stop receiving messages altogether.

> How's it looking with 5.53.8? It used to be that Signal was consistently at the top of my list in battery usage, but now it sits all the way...

Don't you need a toml file to configure builder instances to make insecure repos work with buildkit and buildx? ``` docker buildx create --name custom_builder --config conf.tomll ``` And `conf.toml`...

Are you sure that in `24.x` you had `docker build` aliased to `docker buildx`?

The line mentioned by you looks OK, it's a symbolic link (`-s` option), not a hardlink so this part won't fail. It's something about how electron-builder links icons.

In scss I with BEM I find something like: ```scss .component { $self: &; (...) } ``` very useful. But it could be literally anything like some `@extend` or anything...

Most of extensions provide way to edit base templates which then extensions use to generate their output. I just thought it's using under the hood some template where you inject...

Hmm, maybe I named it wrongly and it's not templates but snippets? https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables https://code.visualstudio.com/api/language-extensions/snippet-guide But you probably know about these. Anyway, feel free to close the issue if don't think...