Skip to content

Instantly share code, notes, and snippets.

View MarlonPassos-git's full-sized avatar

Marlon Passos MarlonPassos-git

View GitHub Profile
@Ashton-W
Ashton-W / Issue.md
Last active July 17, 2026 06:09
GitHub Markdown toggle code block
Click to toggle contents of `code`
CODE!
Details
@rcapeto
rcapeto / vtex.custom-component.md
Last active March 11, 2026 14:21
VTEX Custom-Component Documentation.

⚛️ Custom Component Documentation

Creating a Custom Component

  1. First create a file in /react/components/{filename}
@pjobson
pjobson / setup_cypress_wsl2.md
Last active May 29, 2025 18:10
Setting Up Cypress on Ubuntu WSL2
@J-Pster
J-Pster / instalar_cypress_wsl2.md
Last active May 4, 2024 18:49
Como instalar o Cypress no WSL2 (+ Puppeteer)

Instalando o Cypress no WSL 2 (+ Usando o Puppeteer em testes)

Depois de muito tempo sofrendo, finalmente descobri como instalar o Cypress de forma limpa e tranquila no WSL2, e vou te ensinar, e além disso, quando você instalar aqui o Cypress, testes que usam o Puppeteer que é a mesma dependência que o Cypress usa, também passarão a rodar no seu WSL2!

Esse tutorial é muito útil se você está tendo o erro error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory ou algo parecido!

Créditos ao autor original, nesse link!

Antes de executar qualquer comando, ou código que eu tenha deixado aqui, tenta primeiro entender o que está escrito, e para os .sh, dê uma lida neles, mesmo que eu diga que seja seguro, é sempre bom olhar!

@MarlonPassos-git
MarlonPassos-git / keybinding.json
Last active November 10, 2024 20:23
VSCode config
// Coloque as suas associações de teclas neste arquivo para substituir os padrõesauto[]
[
{
"key": "alt+e",
"command": "HookyQR.beautifyFile"
},
{
"key": "ctrl+1",
"command": "workbench.action.openEditorAtIndex1"
},
@MarlonPassos-git
MarlonPassos-git / README.md
Last active July 30, 2026 07:58
grill-me-codex

grill-me-codex

Small Codex skills for better planning with request_user_input.

This is a tiny adaptation of the grill-me workflow for Codex.

The goal is simple: make Codex ask better planning questions before writing code, without forcing you into a heavier workflow like a full spec system.

Why