Pavel Djundik
Pavel Djundik
If it fetches no servers from API and fallbacks to resolving cm0.steampowered.com, it will still call UpdateServerListAsync which saves this lone server to the file storage. So later on it...
The API allows doing stuff like this: ``` dynamic steamNews = WebAPI.GetInterface( "ISteamNews" ) steamNews.GetNewsForApp002( appid: 730, maxlength: 100, count: 5 ); ``` I always found this odd however, but...
The point of unified messages is that they can work both over CM and webapi, and Steam does this have implementing underlying "service transport" We have `WebAPI` method that does...
### Steps to Reproduce 1. Go to https://bsky.app/search 2. Search for something 3. Click "people" 4. Search for something else 5. The tab resets to "top" ### Attachments _No response_...
### .NET version 9.0.0-rc.1 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? New feature...
I don't think they are needed as only the generated json files should be required, would save a megabyte. I haven't checked how much removing whitespace from the proto json...
For example: english: ``` "app_lowest_price": { "message": "SteamDB lowest recorded price is $price$", "placeholders": { "price": { "content": "$1", "example": "1,99€" } } }, ``` another locale: ``` "app_lowest_price": {...
The description length is set to 132 in manifest.json docs: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/description Furthermore, the upload to Microsoft's extensions site fails if any of the locales contain translation for `description` that is...
Currently for every item, it removes the item, and then gets the inventory after a random delay. This is inefficient. A way to fix this would be remove all the...
This: https://github.com/Nuklon/Steam-Economy-Enhancer/blob/8f90b9950c7ab482a73f7c52348545ff747db4eb/code.user.js#L2215-L2216 I was writing some code for steamdb extension, and assumed the properties I saw on the `item` were present, but I should have been looking at `item.description` instead....