Nicolas Gryman
Nicolas Gryman
Hi, The current DNS configuration could be misleading for users. If a user copy/paste the current configuration to their registrar, it won't work for the following reasons: * `A` and...
Hi Paul, Awesome resource again! I would like to trace several scripts. Instead of using `Page.navigate` I prefer to inject them on the fly. I'm doing so like this: ```js...
**tl;dr This PR is a complete rewrite in Rust. It shouldn't change anything for end-users.** 👋 Could you help me try the new version? Please try https://img.runbots.io instead of https://img.badgesize.io...
Something like http://www.senchalabs.org/connect/limit.html. I have to find a good threshold.
Hi, I think it would be really nice to detect if a property is a `function` and return it's result. It could be handy when you want get a value...
Hi, I would like to open a discussion around a new feature that might be interesting to use during development. Usually when you add a new feature or fix a...
Hey! Versioned projects are not listed in `projects.json` by the `vscode-project-manager` extension but instead cached in a `projects_cache_[git|svn|vscode].json` file, and therefore are not listed in Alfred. I've [discussed](https://github.com/alefragnani/vscode-project-manager/issues/162#issuecomment-357709357) with the...
Roadmap
My ultimate goal for Speed Racer is to build a *perf runner* that will achieve different purposes: - Keep track of the overall performance of your project. - Quickly identify...
`0.3.0` will offer a way to integrate SR in a classic development workflow. The aim of this version is to provide an easy way to track any performance regression. ##...
Hey, If I modify the contents of the main bundle entry re-using the same bundler instance, output is not updated accordingly. It seems that the cache is not properly invalidated....