Skip to content

Instantly share code, notes, and snippets.

@msafi
msafi / README.md
Created December 26, 2019 21:26 — forked from joyrexus/README.md
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")
@msafi
msafi / Electron-Webpack-require-is-not-defined-.md
Last active October 16, 2021 19:17
Electron Webpack `require is not defined`

If you're using Webpack to bundle your Electron app and you're getting require is not defined, and you don't want to set nodeIntegration to true for security, change the target of your webpack bundle from electron-renderer to web. That way webpack won't be trying to look for things like require and module in the environment.

I found this solution after reading this comment SimulatedGREG/electron-vue#644 (comment)

@msafi
msafi / How to get your Google account-user ID.md
Last active November 28, 2023 23:07
How to get your Google account/user ID

Go to this link https://plus.google.com/me. The me part of the URL will be replaced by your Google user ID (a.k.a Google account ID)