I oftentimes find that I have forgotten the object rest properties syntax.
The following is a collection of examples to which I expect to be able to refer in order to remind myself of the rules of the syntax.
Access denied. <a href="javascript:history.back();" title="Go back">Go back</a> |
<?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>'); |
<!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> |
<html> | |
<head> | |
<!-- ... --> | |
</head> | |
<body> | |
<!-- ... --> |
Demo of Issue in react-calendar-heatmap
Issue URL: kevinsqi/react-calendar-heatmap#59
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.
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
Here are my notes about deploying Scribble.rs to Digital Ocean.
Scribble.rs is an open-source, ad-free alternative to skribbl.io.