Revadike

Results 415 comments of Revadike

> > I'd love this to be merged. What's the main thing that's holding it back? > > Some cleanup, naming adjustments, bundle impact measurement. I will try to push...

@J-Sek I finally was able to try it out via vuetify labs. Thank you so much for the PR. I have some remarks though: - It would be nice to...

I think Steam deactivated this endpoint. It currently uses the new API method: ```js const baseURL = "https://api.steampowered.com/ISteamNotificationService/GetSteamNotifications/v1"; const inputJson = { include_hidden: false, language: 0, include_confirmation_count: false, include_pinned_counts: true,...

> Thanks for your help! As far as i know, is the web access token included in the Cookies. Could node-steamcommunity get the Access Token from there? If that's true,...

If it's possible currently in Steam, then yes.

For now, in VSCode, you can follow [this tutorial](https://www.youtube.com/watch?v=dutyOc_cAEU&t=514s) and add a generic postgresql MCP instead. Here are my settings: `.vscode/mcp.json` ```json { "servers": { "postgres": { "command": "npx", "args":...

@DoctorMcKay when are you finally implementing this feature? Do I have to keep maintaining and using my own fork? :(

> Could you resolve conflicts please? I'll merge it this week once conflicts are resolved. Done. Still needs a lint fix though. Also, I have not tested the new merged...