Results 85 comments of Łukasz Polowczyk

@FilipePS It's not just about ``, here is a full translation of the text itself: ![obraz](https://user-images.githubusercontent.com/16800535/184013141-a06b130e-64d6-4c06-bdf6-89d3d111218f.png) https://translate.google.pl/?sl=auto&tl=pl&text=Linux%20user%20share%20on%20Steam%20continues%20rising%20%E2%80%94%20highest%20for%20years%20again%20(thanks%20Steam%20Deck)&op=translate Missing is "Udział użytkowników Linuksa na Steamie " at the beginning of the...

@FilipePS I haven't checked pages written in other frameworks, like React or Vue. Maybe the same problem occurs there?

**Question / Suggestion:** Will it be possible to set the username for all rooms in Space at once?

> What is thread in Twitter? @em92 E.g. this: https://twitter.com/uwteam/status/1484154841769209857 Consists of 16 combined twitts, on one and the same topic.

@dvikan "I interpret this as a collapsable `` element that is closed by default for the rest of the thread." I think that might be the answer.

@dvikan "I interpret this is a preview feature of included links." Yes.

@dvikan "Can you give an example of what the feed item title should be?" 1. E.g., the original date of the tweet. 2. E.g. The status id of the tweet....

@mimbrown 1. There is an option to make the inside of the target called `` or `` (straight from Declarative Actions), but it would still be such a slot, it...

@mimbrown The problem `this="a"`, is a problem in general ``. That' s why it exists, so that there is a dynamic `tagName`. To make it simpler in Targeted Slots, you...

@mimbrown Inside Child you can refer to the button element, using `bind:this={target}`. ```svelte let target ``` In this code, `target` is the `node` equivalent of `use:action`. But the equivalent of...