Faiz-ur Rahman
Faiz-ur Rahman
The app is using 2.9 GB of my iCloud storage in my device backup. Looking at the app storage, 900 MB is the app install and 2 GB is from...
Hi! I just got my iPad yesterday, so I'm a bit new to the Shortcuts app as well as a-shell. My end goal is to convert an audio recording into...
### Describe the Bug ## Repro ### Pre-requisite Have Umami v2.8.0 deployed on Netlify ### Steps 1. Click the Settings link from the navbar  1. Page navigates to `/settings`,...
### Describe the Bug After upgrading to 2.9.0, the Dashboard page on mobile has a tiny horizontal scroll bar as well as a white square in the corner.  It...
I saw that in the tests in this repo `gameTitleAnchor.attribs.title` included non-alphanumeric characters. But this is not the case anymore on HLTB. I've updated the code to grab the title...
Run the following code: ```js hltbService.detail('36936').then(result => console.log(result)).catch(e => console.error(e)); ``` You get the following result: ```json { "id": 36936, "name": "Nioh", "description": " Nioh follows the story of William,...
If you run `hltbService.search('kingdom hearts')`, you'll see the one of the results has the name `Kingdom Hearts 3582 Days HD 15 Remix`. If you run `hltbService.detail(22490)`, you'll see the name...
I have made the following endpoint in my express server: ```js const getBggCollection = (req, res) => { const { username } = req.params; client.collection .query({ username: username, own: 1,...
`Tab` through the site and game covers shift down. Example video showing the problem: https://user-images.githubusercontent.com/9065136/148313637-e485e83d-0602-4943-b462-b237821ee266.mp4
Particularly useful on mobile. If you do a search while mid way down the page it doesn't scroll back to the top, so you're looking at the new results mid...