BannerBomb

Results 11 issues of BannerBomb

### Input Code ```js require('coffeescript'); console.trace('My Trace'); ``` The above should show a stacktrace with the name `Trace: My Trace` but instead of outputs `[object Object]`. This is due to...

im making a page redirect with this so if its turned on it will send people to an error page instead of the original page but when its off it...

updated the broken linux urls. I tested the binaries before updating and they worked fine for the architectures I put them with.

**Your console:** O3DS **Launch Method:** __My CFW__: Luma3DS v10.1.3 __System Firmware__: 11.13.0-45U __Launch Method__: TWiLight Menu++ v15.3.0 (nds-bootstrap v0.35.1) from a 32GB SDHC card. **Version used:** Release **Game tested/used/applicable:** Animal...

Would it be possible to have an option that removes empty cells and returns a table like this? ``` ┌────────────────────┬───────────────────────┬────────────────┐ │ Guilds │ Channels │ Aprox. Users │ ├────────────────────┼───────────────────────┼────────────────┤ │...

- Issue Type: `Performance` - Extension Name: `All-Autocomplete` - Extension Version: `0.0.23` - OS Version: `Windows_NT x64 10.0.18363` - VSCode version: `1.42.1` Extension is showing as unresponsive for me. ```json...

bug
PR Welcome

In the documentation for the [Webhook#editMessage](https://discord.js.org/#/docs/main/master/class/Webhook?scrollTo=editMessage), [Webhook#fetchMessage](https://discord.js.org/#/docs/main/master/class/Webhook?scrollTo=fetchMessage), and [Webhook#deleteMessage](https://discord.js.org/#/docs/main/master/class/Webhook?scrollTo=deleteMessage) methods, the "message" argument isn't parsing `'@original'` correctly resulting in it showing `original'` since `@` is a special character in jsdoc....

I am using this package for a discord bot, but I have an array of my command names and when I try to sort through the array with this package...

can you build it for me please i dont have access to a windows/linux or mac computer ATM im on my chromebook which cant build this so can u build...

If the file uri has a percentage in it, it seems to not convert it properly. Such as `file:///c%3A/Users/Admin/Desktop/Github_Stuff/Discord_Bots/StratoBotElite/branches/master/src/bot/commands/Logging/user-join.js` will return `/c%3A/Users/Admin/Desktop/Github_Stuff/Discord_Bots/StratoBotElite/branches/master/src/bot/commands/Logging/user-join.js` while `file:///c:/Users/Admin/Desktop/Github_Stuff/Discord_Bots/StratoBotElite/branches/master/src/bot/commands/Logging/user-join.js` will return `c:/Users/Admin/Desktop/Github_Stuff/Discord_Bots/StratoBotElite/branches/master/src/bot/commands/Logging/user-join.js`