Marko Žarković
Marko Žarković
Right now, the linter doesn't work if someone uses `lang` attribute other than default css in the style tag in Vue components. Making it work for any css flavor requires...
I know this might be a long shot, but I was wondering if it was possible to detect the syntax inside the template literals automatically as CSS (or some other...
Are there any plans on adding support for Vue's single-file components? Here's the documentation on them: https://vuejs.org/v2/guide/single-file-components.html
Example: 
**Describe the bug** When using a custom TableBody component, we need to forward a `ref` to it. However, react-virtuoso types expect this `ref` to point to a `tbody` element, so...
Also completely rework the channel joining and include a new channel-status-card component that is for now only used to display the info for a channel that user hasn't joined yet,...
Leftover from #852
A way to add people to your friend list where you can message them, invite them to a game etc.
Steps to reproduce: - Left-click on user's name in chat - Before the user's stats are shown, click on "View profile" - User's profile page shows indefinite loading
One way to reproduce is to set `dom.webaudio.enabled` flag to `false` in Firefox and trying to open the webpage. Stack: ``` Uncaught ReferenceError: AudioContext is not defined AudioManager audio-manager.ts:32 audio-manager.ts:123...