Skip to content

Instantly share code, notes, and snippets.

View chalkygames123's full-sized avatar
Uncaught TypeError: Cannot read property 'status' of undefined

Takuya Fukuju chalkygames123

Uncaught TypeError: Cannot read property 'status' of undefined
  • Rhelixa Inc.
  • Hedonic Treadmill, Japan
  • 19:52 (UTC +09:00)
View GitHub Profile
<filter id="drop-shadow" width="200%" height="200%" x="-50%" y="-50%" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="3"/>
<feOffset dx="2" dy="2"/>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
/* eslint-disable no-console, no-continue */
/* eslint 'import/no-extraneous-dependencies': ['error', { optionalDependencies: false }] */
const { execSync } = require('child_process')
const { dirname } = require('path')
function convertFilesToTree(files) {
const tree = {}
const dirs = [...new Set(files.map((file) => dirname(file)))]
const minWidth = 375
const el = document.querySelector('meta[name="viewport"]')
const updateContent = () => {
if (window.screen.width < minWidth) {
el.setAttribute('content', `width=${minWidth}`)
} else {
el.setAttribute('content', 'width=device-width')
}
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Package Control",
"Sync Settings",
],
@chalkygames123
chalkygames123 / cloudSettings
Last active February 7, 2021 10:14
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-02-07T10:14:15.719Z","extensionVersion":"v3.4.3"}
// https://atom.io/packages/sync-settings