Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.22 KB

set up notes.md

File metadata and controls

26 lines (18 loc) · 1.22 KB

Powershell

  1. https://www.howtogeek.com/126469/how-to-create-a-powershell-profile/
    • replace with Microsoft.PowerShell_profile.ps1 in
  2. https://serverfault.com/questions/31194/how-do-i-change-my-default-powershell-profile-digitially-sign-my-profile-file

Lodash

1. use es6 where possible - start with - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
1. different functions - https://github.com/lodash/lodash/wiki/Migrating

flow

facebookarchive/nuclide#321 zsol commented on Sep 17, 2016

@subtleGradient this is probably because flow is either not on your path, or it's found multiple times. Try running where.exe flow in a cmd/powershell (.exe is important for the latter) and manually copy one of the paths into nuclide settings. I'm working on a PR to fix this

bluebird flow-typed workaround

Lodash flow-typed work Workaround

  • add this to the top of the lodash_.. flowTyped file if getting imports warning in diagnostics: function Comparator() {/* this is a filler function to get rid of Nuclide AutoImport warning added by JW */}

git lfs

  • activate from sourcetree