Maifee Ul Asad
Maifee Ul Asad
Currently this project is `57.4% JS + 1.9% TS`. If we start migrating `JS` to `TS`, the library will become way robust and usability will skyrocket, at least this is...
How about we add some doc to **Modal window** in this awesome library? Here is my code, and this doesn't work: https://codesandbox.io/s/angry-sutherland-rzv2f?file=/src/App.js Also pasting here: ``` const App = ()...
Do you guys have any plan to add image editing support, to this awesome project ? It's written that **"Milton is not an image editor or a vector graphics editor....
When trying to build from source code, Icon doesn't show up ``` Ubuntu 18.04 GNU Make 4.1 ```
When trying to create a new column at right I get this error: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'next') at table_TableContainer.insertColumn (quill-better-table.js:1874) at table_operation_menu_TableOperationMenu.handler (quill-better-table.js:2373) insertColumn...
Assume I've different applications running on different ports, like: - http://localhost:3001/ - http://localhost:3000/ So I want them to be logged as separate, but it logs them as one, just `localhost`...
First I tried this, something like this: ``` temp.mkdirSync('desktop-git-clone-and-cancel') ... const result = GitProcess.execTask( ['clone', '--', 'https://github.com/maifeeulasad/maifeeulasad.github.io', '.'], testCancelRepoPath, options ) expect(await result.cancel()).toBe(GitTaskCancelResult.successfulCancel) ``` But it gave me: **exitCode ›...
It's just stuck, other files work fine 
### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request ``` ### OS and...