Filip Stanis

Results 31 issues of Filip Stanis

#### WHAT Separates most `PlayerViewModel` logic into a plain class. #### WHY This makes it easier to implement a `PlayerViewModel` without having a subclass a `ViewModel` for niche use-cases, e.g....

I'm using Linux Mint 17 and I connected pulseaudio-raop2 to an AirPort - everything working so far. I then tried to make my iPhone output to the same AirPort, just...

bug

**Have you read the [FAQ](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/FAQ.md)?** Yes **Has the bug already been reported? Please search in GitHub issue tab before creating an issue.** No **Describe the bug** The app doesn't seem...

bug

These lines rely on a few things being non-empty: https://github.com/google/horologist/blob/de6e19842dba1de99d5861309b9d5f307669b78f/media-sample/src/main/java/com/google/android/horologist/mediasample/data/service/tile/MediaCollectionsTileService.kt#L72-L78 If that's not true, the tile throws `Caused by: java.util.NoSuchElementException: List is empty.` We need to add a default "empty...

bug

Currently, many of our docs don't have any examples e.g. [composables](https://google.github.io/horologist/composables/). We can probably leverage our previews and use them as code samples - they're guaranteed to build and usually...

documentation

Hey, this is a guide I wrote recently, I thought it would be useful to link to if that's OK.

When I tried using using sakura.css with [Parcel](https://parceljs.org/), I received the following confusing error: > @parcel/transformer-css: Invalid state It turned out that this `[disabled]` selector is to blame, since per...

From [#835](https://github.com/rust-lang/vscode-rust/issues/835#issuecomment-680747400): it seems that some users (myself included) sometimes get `TypeError: Cannot read property 'value' of undefined at SignatureHelpProvider.hoverToSignatureHelp` which may or may not be causing IntelliSense to fail....

```html Press me document.querySelector('#btn').addEventListener('click', () => { document.body.innerHTML += 'Hello'; }); ``` Two things happen when the button is pressed: 1. The button gets removed. 2. `` gets added as...

#372 made me think about the current `innerHTML` implementation further: unlike DOM's innerHTML which will consume whatever it's given, WorkerDOM's innerHTML can fail. One example is `el.innerHTML = 'a