-
We have a 12 year old rails app (though up to date with Rails 5.2.x) with quite a few assets to compile. On my dev machine a normal `rake asset:precompile` run takes ~80 seconds to complete (activity …
-
This issue may or may not be of interest and desirable to the Shout community as well as to @erming whom I know is in the middle of a big re-write of Shout, but I wanted to bring this idea up.
It se…
-
There isn't a way for a user to change the enormous play button. It would be most ideal to provide hooks to override CSS attributes but at the very least an option for play button (icon) size.
-
![fold-emulator-running](https://user-images.githubusercontent.com/1134620/61652371-a2d7ae00-ac6c-11e9-9907-bcb7da01b620.gif)
## Why
[Android Q](https://developer.android.com/preview/features/fold…
-
We’ve known for a while that we need some way to override the value of manifest members based on some “environmental condition”, be it user’s preferred language, OS color scheme (i.e., light or dark …
-
I think we should add support for accessing theme's colors programmatically.
For instance let's take as an example the popular [OneDark Pro](https://github.com/Binaryify/OneDark-Pro/blob/master/th…
-
It would be nice to have a CSS property for disabling image animation. Use cases include:
* thumbnails
* Twitter-like "only animate images in focus"
* not wanting to animate user-uploaded content…
-
So attachment order is determined by definition order:
```
#layer::a { // renders below }
#layer::b { // renders above }
```
...unless one attachment has more 'specificity' than the other(s):
```
#…
-
We resolved to make `::picker(select)` be a part-like pseudo-element here: https://github.com/w3c/csswg-drafts/issues/10758
However, there were questions about whether we should make it match `:pop…
-
Hello everyone!
After 2.5+ years of developing this project I came at the realization that choosing **React** as a front-end framework was a mistake.
With the growing popularity of yt-dlp-webui …