Jump to content
McKay Development

Henrykvdb

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Henrykvdb reacted to Dr. McKay in general node.js question   
    Because you're adding a new listener every single time you request item info.
     
    Just use the callback and you won't need to worry about it.
  2. Like
    Henrykvdb reacted to Dr. McKay in [Question] node-globaloffensive   
    node-globaloffensive is using an option where instead of underscores, you should provide protobuf fields in camelCase. Basically, just remove the underscores and capitalize the next letter.
     
    However, I've added that functionality in v1.1.0.
  3. Like
    Henrykvdb reacted to Dr. McKay in [Question] node-globaloffensive   
    WebStorm is giving you an error because csgo doesn't exist when you're trying to listen for an event on it. Create your GlobalOffensive object at the same time as when you create your SteamUser object.
  4. Like
    Henrykvdb reacted to Dr. McKay in [Question] node-globaloffensive   
    WebStorm sometimes has trouble resolving Node dependencies.
     
    Do you have the Node.js plugin installed in WebStorm?
  5. Like
    Henrykvdb reacted to Dr. McKay in [Question] node-globaloffensive   
    Your crash log gist 404s.
×
×
  • Create New...