David Disu
David Disu
### Description This issue aims to identify web2 dev platforms that remix-ide tools can be integrated into. Example, GitHub actions. #### Objectives To integrate remix-ide libs into web2 dev platforms....
The following would be introduced to the file-explorer to improve git integration: - [x] #2451 - [ ] Change file/folder name (text) color to indicate untracked files, uncommitted changes -...
### Feature Request Remix-ide should support development of upgradeable contracts by allowing proxy contract deployment and implementation upgrades. This feature should be generic enough to support a wide range of...
- [x] When i save a ts file, i get a solidity compilation error which shouldn't be. I expect the editor to only highlight ts errors. - [x] Typescript import...
Hi, I can't get webworkify-webpack working for a node_module dependency that uses webworkify v^1.2.1 and uses the `require('./worker')` rather than `require.resolve('./worker')` for v2.1.5 Here is my `webpack.config.js`. ```javascript module.exports =...