Daniel Freedman

Results 33 issues of Daniel Freedman

Music Player Daemon seems more suited to the task of being in a client/server architecture, as that's how it was designed. Mplayer has always been a little finnicky. [Music Player...

player

If multiple people want to skip a song, it is possible that the laggier client's skip will be for the next song. Adding a song_id into the skip rpc call...

player

We should be able to pause the player. This can be done by keeping the paused/unpaused state in the player table.

player
wishlist

This is because `axs.constants.GLOBAL_PROPERTIES` is an array, but `supported` is assumed to be a map and the `attributeName in supported` check will fail. This is easy to reproduce with an...

Related #328, #385 There are really only three ways to do anchors for some components: Options 1: Anchor around component: ```html ``` Option 2: Facade anchor attributes ```html ``` Option...

Type: Feature
Why: Improve documentation
Source: Hooli
Component: Button
Component: Tab
Epic
Why: Competitive parity
Why: Enable new use cases
Why: Reduce adoption friction
Focus Area: Components

Hey everyone! Hopefully by now you've seen the Google I/O keynote news about [Material You](https://material.io/blog/announcing-material-you)! You've also probably noticed that updates to this repository have been rather slow for a...

Type: Feature
Styling
Focus Area: Components

As laid out in https://github.com/material-components/material-web/pull/2878, the repository field in `package.json` is used to by some companies to verify that PRs are made to correct packages from npm.

Type: Feature
Focus Area: Components

## Description There have been multiple issues filed around not having `.js` suffixes at the end of import statements. We should ensure that this library is usable by all manner...

Type: Feature
Focus Area: Components

The MDC Density system currently relies completely on Sass mixins, which is not compatible with how we are using the Sass with Web Components. We need to provide a way...