Pascal Widdershoven

Results 15 issues of Pascal Widdershoven

Currently, only the frontend is live-reloaded in development. Changes in the jobs require a restart of the server. It would be nice if jobs would live-reload as well.

enhancement

Hey @pl-semiotics thanks for this fantastic piece of software. It absolutely crushes https://github.com/rien/reStream in terms of latency and throughput, great work! I noticed you recommend restricting the VNC port with...

To disable Jekyll processing by GitHub Pages. This makes deployments faster and also prevents issues with GitHub Pages trying to process deployments as it if were a Jekyll site, which...

Switch the generated project from Preact to React. - Preact is unfortunately not keeping up with React, so we're missing out on some newer features like fragments, portals, Lazy, Suspense...

Since Webpack 4 extract-text-plugin is deprecated for usage with css, instead https://github.com/webpack-contrib/mini-css-extract-plugin is recommended. Supposedly it's faster too. See https://github.com/webpack-contrib/extract-text-webpack-plugin#usage.

Capybara/Rspec is simple, but running tests on real devices is much better. The project template should include a [Calabash](http://calaba.sh/) example spec.

Fuzzy searching on full request

enhancement

Add a list of executed requests. These requests can be opened, modified and executed but cannot be saved since they bear no relation with they're original project.

enhancement