Marko Žarković

Results 66 issues of 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...

enhancement
priority: high

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

enhancement
feature

Example: ![untitled](https://user-images.githubusercontent.com/4757944/38172946-c1377efe-35b5-11e8-8afa-2536aa97ced7.png)

bug
priority: high

**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...

enhancement
PR welcome
hacktoberfest

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,...

A way to add people to your friend list where you can message them, invite them to a game etc.

enhancement

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...