Here are my notes about deploying Scribble.rs to Digital Ocean.
Scribble.rs is an open-source, ad-free alternative to skribbl.io.
- Create Droplet
- Create Docker network
- Configure firewall
- Install and run Nginx Proxy Manager
Here are my notes about deploying Scribble.rs to Digital Ocean.
Scribble.rs is an open-source, ad-free alternative to skribbl.io.
When I tried to use the @react-pdf/renderer
package (version 3.0.1
) with a React 18 app, two problems arose. In this article, I'll describe those problems and tell you how I solved them.
Update: Here's a video demonstration of the problems and solution described in this article: https://youtu.be/YZP5r7Uy_bU
By default, the Wish List content is blurred and hidden behind a signup prompt.
You can copy/paste the bookmarklet code from bookmarklet.js
into your Chrome JavaScript console (F12) and run it there. As of today, doing so will reveal the Wish List content.
Demo of Issue in react-calendar-heatmap
Issue URL: kevinsqi/react-calendar-heatmap#59
<html> | |
<head> | |
<!-- ... --> | |
</head> | |
<body> | |
<!-- ... --> |
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<meta http-equiv="refresh" content="1; url=http://example.com/"> | |
<title>Redirecting...</title> | |
</head> | |
<body> | |
Redirecting... | |
</body> |
<?php | |
/* | |
Plugin Name: My Plugin | |
Description: My Plugin | |
*/ | |
// Put this instruction after the opening comments to disallow users from accessing the plugin file directly. | |
defined('ABSPATH') or die('Access denied. <a href="javascript:history.back();" title="Go back">Go back</a>'); |
Access denied. <a href="javascript:history.back();" title="Go back">Go back</a> |