Yoshikage Kira

Results 11 issues of Yoshikage Kira

VSCode should respect the `$DOTNET_CLI_HOME` instead of creating a `.dotnet` directory in the `$HOME`. Even the `dotnet/sdk` suports the `$DOTNET_CLI_HOME`: https://github.com/dotnet/sdk/issues/8887 If the `$DOTNET_CLI_HOME` doesn't exist, VScode can fallback on...

Is there a way to list not supported directories so it is easier to identify and report them?

_Originally posted by @glebmiller in https://github.com/isFakeAccount/psnawp/discussions/44_ PlayStation API universal search endpoint does not return any PS3 or PSVITA games. This happens even on the app itself. Due to this the...

help wanted

This PR makes changes to the install.sh script so that zvm follows the XDG Specification for Linux and MacOS. Following the new installation paths. The PR also adds CI/CD test...

enhancement

## 💸 TL;DR - Switches to using User Data Directory to store credentials instead of homedir. - If User Data Directory is not applicable for an OS then it falls...

### Discussed in https://github.com/isFakeAccount/psnawp/discussions/88 Originally posted by **Amethxst** September 1, 2024 For the past few weeks, it has been possible to share PSN profiles from PS APP (by generating a...

enhancement

Endpoint url: https://m.np.playstation.com/api/graphql/v1/op?operationName=metGetContextSearchResults&variables=%7B%22searchTerm%22%3A%22test%22%2C%22searchContext%22%3A%22MobileUniversalSearchSocial%22%2C%22displayTitleLocale%22%3A%22en-US%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22version%22%3A1%2C%22sha256Hash%22%3A%22ac5fb2b82c4d086ca0d272fba34418ab327a7762dd2cd620e63f175bbc5aff10%22%7D%7D response example: https://pastebin.com/4z05F2ns

enhancement

Add endpoint to grab purchased items for client The endpoint is https://m.np.playstation.com/api/entitlement/v2/users/me/internal/entitlements?fields=titleMeta%2CgameMeta%2CconceptMeta%2CrewardMeta%2CrewardMeta.retentionPolicy%2CrewardMeta.rewardMembershipType&gameMetaPackageType=PSGD%2CPS4GD&isActive=true&limit=20&offset=0&sortBy=ACTIVE_DATE&sortDirection=desc

enhancement

Basic Presence Endpoint accepts multiple account ids. https://m.np.playstation.com/api/userProfile/v2/internal/users/basicPresences?accountIds=940512162723934331%2C4273405838384737823%2C5361973517281706660&platforms=PS4%2CPS5%2CMOBILE_APP%2CPSPC&type=primary&withOwnGameTitleInfo=true It should be moved to client class from user class and accept multiple account ids. Example response: ```json { "basicPresences": [ {...

enhancement

I encountered an issue with Devvit Setting / Secret Storage. When I was developing app I added a secret to my devvit app. ```ts Devvit.addSettings([ { name: "Gemini-API-Key", label: "Gemini...

app-settings