Showing Posts For aliem.3412:

LF Node.js wrapper

in API Development

Posted by: aliem.3412

aliem.3412

It’s not so simple as it seems without library (you need to consume the res stream and listen to errors … and of course clean up the mess) but with request or fetch is pretty simple as in:

request (callback pattern):


request.get('url',
            {
                headers: {
                    Authorization:
                        `Bearer ${new Buffer('my_long_key').toString('base64') }`
                }
             }, (err, res) => { /* consume the request */ });

fetch (promise):


function check(res) {
    if (res.status > 300) {
        throw new Error(`My fancy error for ${status}`)
    }
    return res;
}

function json(res) {
    return res.json()
}

fetch('url',
      {
          headers: {
              Authorization:
                  `Bearer ${new Buffer('my_long_key').toString('base64') }`
              }
       })
.then(check)
.then(json)
.then((body) => doSomething(body))
.catch((err) => handleError(err))
...;
“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

Goodbye Frands!

in PvP

Posted by: aliem.3412

aliem.3412

Wee vee Weee! The forum is cleansed

(I hated his posts for the “frands” and the "wee"s not the content)

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

MASSIVE lag spikes

in PvP

Posted by: aliem.3412

aliem.3412

206.127.146.85

lag
I can see it ….

People is running on walls .. we are doomed

(it’s been 2 weeks now … I know the feature patch is a big thing, you have lot of work to do, just keep an eye on server/uplink performance, something is wrong)

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

MASSIVE lag spikes

in PvP

Posted by: aliem.3412

aliem.3412

206.127.159.217, 206.127.159.236

TeamQ, both me from UK and my teammates from Italy lagging.

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

(edited by aliem.3412)

MASSIVE lag spikes

in PvP

Posted by: aliem.3412

aliem.3412

It’s so lovely to lose for mass disconnection.

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

MASSIVE lag spikes

in PvP

Posted by: aliem.3412

aliem.3412

206.127.159.250:0

I’ll better get to play another game at this point, at least I won’t die without knowing what happened.

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

Lol mode plz

in PvP

Posted by: aliem.3412

aliem.3412

and in tight matches (those nice 499-500) the match will last for about 10 minutes

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

request: can you fix this?

in PvP

Posted by: aliem.3412

aliem.3412

Oh nice! I’ll try next time. sigh

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

request: can you fix this?

in PvP

Posted by: aliem.3412

aliem.3412

Hello ArenaNet, could you take a look at this screen shot?

It’s a Solo Arena match.

3 vs 5

(a roma se direbbe Sola Arena [sorry there is no translation to this])

Can we have a “Forfeit” vote button?

This can also happen in Team Arena, happens since it’s used as a solo queue for various reasons.

Attachments:

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

(edited by aliem.3412)

Any viable "spellblade" That's not a mesmer.

in PvP

Posted by: aliem.3412

aliem.3412

Thieves are maagiic!~

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”

Suggestion: 4v5 in Solo Q

in PvP

Posted by: aliem.3412

aliem.3412

nah it’s too simple …

“You’re dumb. You’ll die, and you’ll leave a dumb corpse.”