Skip to content

Instantly share code, notes, and snippets.

View codeswish's full-sized avatar
🏠
Working from home

Dan Schmidt codeswish

🏠
Working from home
View GitHub Profile
#!/usr/bin/env bash
sources=()
while read -r -d ''; do
sources+=("$REPLY")
done
for source in "${sources[@]}"; do
@codeswish
codeswish / ouput.txt
Created September 1, 2019 16:39
failed reason build windows 7
C:\Users\Dan\Documents\Projects\ReasonReactTut\a-reason-react-tutorial\node_modules\bs-platform\jscomp\stdlib>cd ..
Installing
C:\Users\Dan\Documents\Projects\ReasonReactTut\a-reason-react-tutorial\node_modules\bs-platform\jscomp\runtime\block.cmj -----> C:\Users\Dan\Documents\Projects\ReasonReactTut\a-reason-react-tutorial\node_modules\bs-platform\lib\ocaml\block.cmj
fs.js:149
throw new ERR_INVALID_CALLBACK(cb);
^
TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefined
at makeCallback (fs.js:149:11)
at Object.rename (fs.js:600:14)
@codeswish
codeswish / CharacterGrounding.cs
Created December 13, 2019 20:36
showIsGrounded is always false?
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.PlayerLoop;
[ExecuteInEditMode]
public class CharacterGrounding : MonoBehaviour
{
[SerializeField] private Transform leftFoot;
@codeswish
codeswish / 2020-02-23T21_58_52_537Z-debug.log
Created February 23, 2020 22:14
npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
30015 info lifecycle aggregate-error@3.0.1~preinstall: aggregate-error@3.0.1
30016 silly preinstall indent-string@4.0.0
30017 info lifecycle indent-string@4.0.0~preinstall: indent-string@4.0.0
30018 silly preinstall imurmurhash@0.1.4
30019 info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
30020 silly preinstall immer@1.10.0
30021 info lifecycle immer@1.10.0~preinstall: immer@1.10.0
30022 silly preinstall ignore@4.0.6
30023 info lifecycle ignore@4.0.6~preinstall: ignore@4.0.6
30024 silly preinstall iferr@0.1.5