Brian Jemilo II

Results 22 issues of Brian Jemilo II

https://github.com/sinonjs/sinon/blob/4310343393b16b92b56526ab4614da4eb2886efa/lib/sinon/default-behaviors.js#L176 I'm maintaining some code that rejects strings and this is creating issues while testing. my bluebird catches are not behaving correctly. ```js bluebird.rejects('Something') .catch(e => e === 'Something' /*...

Feature Request
Documentation
pinned

**Describe the bug** Every time I load this module on an ssr page with nuxt. My application throws an error as it is looking for browser globals. Please check for...

So I'm testing my login via pixiv.net which starts at https://accounts.pixiv.net/login.php It creates a PHPSESSID that's non authenticated. using the login method, I can login, and it calls itself. and...

Just trying to use some destructing. If I have. ```js // add.js const {a, b} = require('./numbers.js'); const add = () => a + b; module.exports = {add}; ``` The...

I can't seem to find the option for this. I see things similar to it, but its not it exactly and its api isn't documented well.

So we have position. ```js /* Note: */s.send = s.postMessage; ``` So I've created a new game already and did the startpos. ```js s.send(`position startpos moves e2e4`); s.send(`go depth 15`);...

So I'm running into an issue, if I have the same event fire multiple times in quick succession, with promises nested, My sessions are overlapped and my first event call...

Feel free to pull down my repo and test it out. I can't vpn to the ip cameras to fully test it out. I tried focusing this on the routing...

I'm looking at the example you provided ``` js var HttpClient = require('common-node').httpclient.HttpClient; exports.app = function(request) { return { status: 200, headers: {}, body: new HttpClient({ url: 'http://google.com' }).finish().body };...

Wondering if this is standalone ir if i have to use automatic1111. I have a tool I've built from scratch and would love to include this in it. I'll contribute...