Chris Smith
Chris Smith
We are also seeing the same issue, but it is consistent for us: ``` #262 Compiling signature #262 ERROR: executor failed running [rustc --edition=2018 --crate-name signature /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/signature-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type...
I believe the solution here is [`::slotted()`](https://drafts.csswg.org/css-scoping/#slotted-pseudo) for when a component wants to style elements projected into it. And [`::part()`](https://drafts.csswg.org/css-shadow-parts/) for when a component consumer wants to style parts of...
@gudzdanil if you turn off view encapsulation, you would also scope your component's styles like this: ``` my-component { // all of your styles } ``` This works fine for...
I'm using [this](https://github.com/almir/docker-webhook) alternative while waiting for this.
I also would love to have support for catching errors. We have a global error handler that sends all global errors to us. We would like to be able to...
Hi @kisak-valve, and thanks for the quick response. Here's my [system information](https://gist.github.com/chris13524/069f809a632238573890709a6190e57e). I installed the PPA [here](https://launchpad.net/%7Epaulo-miguel-dias/+archive/ubuntu/pkppa) and updated and upgraded via apt. I then tried to run Portal again,...
Ahh yes, I forgot about zip files! [crashes.zip](https://github.com/ValveSoftware/portal2/files/1597747/crashes.zip)
So would those be the two portal2_linux processes? One being a server, the other being the client? Through my testing, they seem to not segfault consistently (although a segfault always...
Is there anything in addition I could provide to locate a potential issue on Portal 2's side? Could you provide any guidance as to where to report this video driver...
Created this bug report: https://bugs.freedesktop.org/show_bug.cgi?id=104457