Skip to content

Instantly share code, notes, and snippets.

View mrmos's full-sized avatar
💰

Michael Amos mrmos

💰
  • mimio
  • Portland, OR
View GitHub Profile
### Keybase proof
I hereby claim:
* I am mrmos on github.
* I am mamos (https://keybase.io/mamos) on keybase.
* I have a public key ASC0ONXjMFKFZBx3-sfpUO78eb6MEmDBKIQrWiPRz7E7rgo
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am mrmos on github.
  • I am mamos (https://keybase.io/mamos) on keybase.
  • I have a public key ASC0ONXjMFKFZBx3-sfpUO78eb6MEmDBKIQrWiPRz7E7rgo

To claim this, I am signing this object:

@mrmos
mrmos / questions.md
Created March 25, 2022 22:36
opower-questions
  • What's the purpose of the src/safelist.txt file?
  • Is there a reason that we have that export themselves with both a defauled / named export?
    • e.g. CalloutCard.jsx has export { CalloutCard } and export default CalloutCard at the bottom of the file.
  • Is there a reason some components stories live in the stories subdirectory, while others live alongside the component in the docs folder?
  • Is the usage of preact a request from the client or just an effort to reduce bundle size?
    • In running tests, it seems like the output build is the same size whether preact is used or not (maybe a bug in the build)
  • We have a LICENSE file with copyright attributed to Daniel Esteves. Should we change / remove that?
  • Is there anything else that we should know regarding tech. requirements from the client / things we should / should not do - etc.
  • Are there any specific testing requirements that you are aware of from the client?
@mrmos
mrmos / chatgpt-userscript.js
Created February 28, 2023 22:27
chatgpt-transcript
// ==UserScript==
// @name MyGPT Share Micro
// @namespace https://myg.pt
// @version 1.0.3
// @description Share full ChatGPT conversation logs, including all branches.
// @author Ronsor Labs
// @match https://chat.openai.com/*
// @icon https://myg.pt/favicon.ico
// @grant none
// ==/UserScript==