Kartik Ohri

Results 48 issues of Kartik Ohri

Keeping in mind ORG-51, we decided to self host google fonts on staticbrainz.org. The fonts themselves are now available on SB but we also need to modiffy the css `@import`...

@paramsingh started this work some time ago. Opening a draft PR so that we don't forget and can continue this. # TODO * Stripe webhooks for patron status updation *...

LB-768 Combine docker file setup and test scripts of unit and integration tests. The actions setup still runs the tests separately because its slow to run all tests together.

It is possible to get one's entire streaming history from Spotify, the import on their website has the timestamps rounded to minutes but they mention in their policy that one...

The existing spotify export from the frontend is replaced by an export playlist endpoint which uses troi to do the export.

Add troi preferences in general and a particular preference to allow users to configure whether they want to automatically export daily jams playlists to spotify.

To improve caching in image, split the JS files compilation into a separate build stage. For the final production image, copy over js files from the intermediate stages. This helps...

We have already migrated all other places in LB to use kombu over pika. For APIs, errors will lead to 500 errors visible to the user. So we need to...