th0mk

Results 13 issues of th0mk

Ngrok recently addedd support for https localhost. (See [this issue](https://github.com/inconshreveable/ngrok/issues/448#issuecomment-468329794)) Maybe this extension should add support too? Ngrok already starts on the SSL URL if its available, but it should...

### Check The Docs - [X] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [X] I verified the issue was caused by...

bug
can't repro

**What command would you like to see improved or added?** A command for staff to delete other users together with their data. **Additional context** Sometimes users have lost access to...

enhancement

**What command would you like to see improved or added?** It would be nice if you could see what people listen to the same types of music as you, somewhat...

enhancement

**What command would you like to see improved or added?** Some people would like it if their last.fm username is hidden for everyone else. This would be opt-in. **What exactly...

enhancement

Hey there, love this tool. One thing I'd like to have is mouse keys. I usually use mouse 4 for push to talk, so if that would be possible to...

enhancement

Similar to #111 , Artist.GetInfoAsync does not return UserPlayCount. You also can't pass the username, even though it is supported in the API. https://www.last.fm/api/show/artist.getInfo Edit: Some inspiration https://github.com/inflatablefriends/lastfm/commit/e668e0ef318a4649f6f4dcfa3ee578f6d20c3db6

sdk
good first issue

As seen in the [documentation](https://www.last.fm/api/show/artist.getInfo) it is possible to enter a username for this method and receive the playcount.

The method [user.getTopTracks](https://www.last.fm/api/show/user.getTopTracks) that exists in the last.fm API has not been implemented yet.

I was trying to implement the shard counting today, but it seems a bit complicated. I know that indexShard is the shard you are posting from, shardCount is how many...