This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sources=() | |
while read -r -d ''; do | |
sources+=("$REPLY") | |
done | |
for source in "${sources[@]}"; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.PlayerLoop; | |
[ExecuteInEditMode] | |
public class CharacterGrounding : MonoBehaviour | |
{ | |
[SerializeField] private Transform leftFoot; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |