Luca Tagliavini
Luca Tagliavini
As you can see in the screenshot I've attached below these is a 1 pixel tall line between the `foot` terminal and `waybar`. My screen configuration is as follows: `1920x1080...
Because of #58, we had to remove the "deb" target for Linux builds. This needs to be solved. Here's the error log from TravisCI: https://travis-ci.org/vterm/vterm/jobs/267298829#L1272
When plugins are loaded and added to the plugins array, they should then receive events as the application loads. Dependent on #49 Should wait for #53
We decided to move to styled-components to save up some bulk load on lots of event listener that we're using instead of proper CSS selectors.
By switching to typescript plugins should have all core APIs documented. Related to #50
As plugins get more and more complex, intercepting events, decorating the UI and the electron environment, we should rethink the structure of a typical plugin, since a class is clearly...
By moving the core logic to the Main process, not only the application will launch faster, but plugins should be able to modify, intercept and act accordingly to electron's events....
We should rewrite the whole core application to TypeScript, including powerful types and interfaces to speed-up error catching and simplify developer's life.
We should move all the core functionalities to the main process, so the renderer just takes data from it, and this would extremely increase our load times, especially when opening...
That's because all the modules are stored in the `plugins` folder while the plugins looks for the `node_modules` folder for its dependencies.