Gary McAdam

Results 7 issues of Gary McAdam

There's a bug with GIF.js which breaks the React dev tools extensions in Chrome and Firefox, even when not using GIF.js (i.e. it happens immediately on import and commenting out...

enhancement

Given the example below: ```js const BadWords = require('bad-words'); const bw = new BadWords() bw.addWords(['foo-bar', 'foobar']) > bw.isProfane('foobar') 'foobar' > bw.isProfane('foo-bar') false ``` I would expect `bw.isProfine('foo-bar')` to return `"foo-bar"`...

Does tc support joining a streams alternate rooms, for example some streamers have a 'subscriber only' room. Would be great to have a tab for both of these. Thanks!

Is it possible to better break down SQL injection vectors where the examples below are not all treated as low? Example 1 - Contains no params and is should not...

Importing GIF.js on a React project in either Google Chrome or Firefox completely breaks the React Dev Tools extension. The dev tools crash completely and won't run, and cause the...

I've installed this package via npm (`npm install --save pixi-compressed-textures`) and tried to include it in my project as per the suggested steps for Browserify (I'm actually using webpack.) I've...

The bundle for the latest version still has the previous version in it. ```sh $ npx --package @sladg/nextjs-lambda cli --version 1640ms Need to install the following packages: @sladg/[email protected] Ok to...

bug