Skip to content

Instantly share code, notes, and snippets.

View mechmillan's full-sized avatar
💭
👨‍💻

Alfonso Millan mechmillan

💭
👨‍💻
  • @giantmachines
View GitHub Profile
interface ScanResult {
is_spam: boolean;
message: string;
results: {
classification: Object;
phishing: Array;
executables: Array;
arbitrary: Array;
};
links: Array;
<a href="mailto:[email protected]">Contact customer support</a>
@mechmillan
mechmillan / pull_request_template.md
Created March 1, 2022 14:09
Pull Request Template

Problem

What is the problem this work solves, including Link to story or ticket

Solution

What I/we did to solve this problem

with @pairperson1

@mechmillan
mechmillan / feedback.md
Created March 1, 2022 14:11
Feedback Ladders