Full stack software engineer and occasional hardware hobbyist
- Dallas, TX
- josephmalone.com
Pinned Loading
-
sudoku
sudoku PublicA program to solve Sudoku puzzles. Trying to build this without consulting other algorithms.
JavaScript
-
wide-view-gitlab
wide-view-gitlab PublicChrome plugin to make the code diff viewer in gitlab take up the full available width
JavaScript 1
-
-
codeSnippets
codeSnippets PublicThis is a compilation of scripts I have developed over the years.
Python
-
Appflow Build Tips - Excessive Memor...
Appflow Build Tips - Excessive Memory Consumption 1# Appflow Build Tips - Excessive Memory Consumption
23## Update 7/24/2020
45The ENOMEM and EPIPE and Terser errors are back and just as nasty as before. Here are some details on how to fix:
-
Add todo method to console
Add todo method to console 1console.todo = function(todo: string) {
2var err = new Error();
3console.log(`%c\tTODO\t${todo}\t\n`, 'background: #66ba6559; color: #046884');
4console.groupCollapsed();
5console.log(
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.