Martin Splitt

Results 15 issues of Martin Splitt

This test fails but should not: ``` javascript var element = $.create("div", { class: "parent", contents: "This is the parent" }); element._.delegate("click", "p", function() { done(); }); var child =...

tests

proposal for search params: - title - userId - username - address

feature
proposal
hacktoberfest

As our caching options became more flexible and caching is an integral part of Rendertron we would like to introduce a different way of handling cache configuration. Currently, the cache...

enhancement
help wanted
good first issue
Hacktoberfest

Rendertron should be configured with an allow-list and behind a reverse proxy, rather than exposed to the open internet. This should be reflected in the readme as well as the...

enhancement
help wanted
good first issue
Docs

This should fix a few things in one go: - Uses an incognito context for each render, avoiding statefulness issues - Should get rid of service workers messing with things...

The demo instance starts to cause more trouble than is worthwhile. We're seeing issues of phishing false positives, issues with virus scanners, issues with Chrome vulnerabilities and such, I think...

This replaces the deprecated `request` package with `node-fetch` in the rendertron middleware and bumps the version number. This fixes #665

- Create a new `docs/server-setup.md` file - Explain what Rendertron is good for (see the [README](https://github.com/GoogleChrome/rendertron/blob/master/README.md)) - Explain the basic function of Rendertron (you can use information from [the dynamic...

enhancement
help wanted
good first issue
Hacktoberfest
Docs

Right now, there is no "docs/best_practices.md" file. Create this file and describe the best practices for running Rendertron. Some to get started: - Run Rendertron behind a firewall or proxy...

help wanted
good first issue
Docs