André Andersson

Results 5 issues of André Andersson

**Describe the bug** Spotify has auto generated playlists, such as Discover Weekly, Release Radar and etc. In the case of Discover Weekly, it's updated every Monday. **To Reproduce** Steps to...

bug

Spotify's search works by when entering a query it shows you the results as expected. But it does not store the search before you click on a media type. If...

This should allow one to unsubscribe from the subscription.

Minimum repro: 1. `elm init` 2. `elm install hecrj/html-parser` (installed version 2.4.0) ```elm module Main exposing (..) import Html exposing (Html, text) import Html.Parser htmlElement : String htmlElement = ""...

An example function: [getMapCenterByLngLatPosition](https://github.com/uber-web/math.gl/blob/f8ef4e7f2df93224fe76bc07fb6abe0921c20f4a/modules/web-mercator/src/web-mercator-viewport.ts#L353), says in the JSDoc comment that it will return an array with two elements in it `[lng,lat]`, but is typed as an array of numbers. Typing...