Anthony
Anthony
i was going through the package size and found that screenshot.gif took roughly 92% (3.2mb) of the entire package which is redundant to the package itself. So i will love...
Extra spacing in Popover when using placement="bottom" below shows a preview of what is happening 
i want to change the tintColor and rotation of the resizer image but can't do that because it doesn't support ImageStyle type
running "brew install pdf2htmlex" on mac brought this error: "Warning: No available formula with the name "pdf2htmlex" how can macOs user install this library
## Environment details - OS: - OS version: - node-pty version: ## Issue description is there a method to check when an execution completes after a command was written, for...
can you add functionality for attaching files
```js import { Tabs, Tab } from "react-tabs-scrollable"; ``` is bring an error ``SyntaxError: Named export 'Tabs' not found. The requested module 'react-tabs-scrollable' is a CommonJS module, which may not...
fix for [#132](https://github.com/arunbandari/mongo-gui/issues/132) i have up-to 75 collections in a database. calling [db.collection.stats()](https://github.com/arunbandari/mongo-gui/blob/b57e51542f93dc0e338722f6f3cdd8bee9ac213d/src/controllers/common.js#L60) simultaneously at Promise.all for this amount of collections causes mongodb to crash and exit changing to `db.command({...