Jack Nolddor

Results 7 issues of Jack Nolddor

# Description The results of beautification are not what I expect. # Input Before Beautification This is what the code looked like before: ``` this.behaviours.rejectGroupInvites = options.RejectGroupInvites ?? false; ```...

## Is your feature request related to a problem? Please describe. Currently there is not way to know actual player_xp for a given steamid which is a must have feature...

enhancement

Occurs sometimes when re-connecting to Steam, after a client disconnection. ``` /home/admin/steam-bot/node_modules/steam-user/components/logon.js:427 if (this.steamID.type == SteamID.Type.INDIVIDUAL) { ^ TypeError: Cannot read property 'type' of null at SteamUser. (/home/admin/steam-bot/node_modules/steam-user/components/logon.js:427:21) at /home/admin/steam-bot/node_modules/steam-user/components/classes/HandlerManager.js:37:12...

bug

Engine constraint is not correct as is lower than used dependencies, closes (#322) ``` nolddor@computer:~/node-steam-tradeoffer-manager$ node -v v4.0.0 nolddor@computer:~/node-steam-tradeoffer-manager$ npm -v 2.14.2 nolddor@computer:~/node-steam-tradeoffer-manager$ npm i npm WARN engine [email protected]: wanted:...

### Is your feature request related to a problem? Please describe. Yes, currently there is no an easy native way to check SteamID of a given user. People need to...

enhancement

Seems like steam-user does not re-attempt to connect if it encounters a network error while connecting anymore as also described in some comments at #507 ## Versions ``` node --version...

bug

**Motivation** Developers need proper docs in order to use all features supported by violentmonkey. Seems like there is no info in the https://violentmonkey.github.io/api/metadata-block/ about `@updateURL` **Proposed Solution** 1. Explain if...

enhancement