Shane Husson
Shane Husson
1) mailgun-js 0.18.0 2) node 10.9.1 ```typescript const mailgun = require("mailgun-js"); describe("mailgun-js", () => { it(`should not leak`, async () => { expect(mailgun).toBeTruthy(); }); }); ``` ```bash jest --detectLeaks tests/test-leak.spec.ts...
## :beetle: - [x] Operating System and version: macOS 10.12.5 - [x] Browser and version: Chrome 59.0.3071.115 - [x] Mapd versions mapdc tag v1.1.1 mapd-crossfilter tag v1.1.0 mapd-connector tag v2.0.0...
1. What version of Python are you using? 3.8.13 2. What operating system and processor architecture are you using? macOS-12.4-x86_64-i386-64bit 3. What are the component versions in the environment (`pip...
## 🐛 Bug Report `addRows` is defined in the type declaration but it does not exist at runtime for `Excel.stream.xlsx.WorkbookWriter`. Related to https://github.com/exceljs/exceljs/issues/86 and https://github.com/exceljs/exceljs/issues/569 Lib version: 3.9.0 ``` const...
I noticed the app has an `ISC` license in `package.json`, but it would be nice to have a `LICENSE` file at the root of the repository for clarity and [integration](https://help.github.com/articles/adding-a-license-to-a-repository)...
## :new: feature request - [ ] User story: Support custom bin ranges e.g ranges that follow a log scale. This would help us visualise data that is not evenly...