Skip to content

Instantly share code, notes, and snippets.

View netdesignr's full-sized avatar
🎯
@(^-^)@

Mihai Diaconita netdesignr

🎯
@(^-^)@
View GitHub Profile
@netdesignr
netdesignr / fsevents_unavailable.md
Last active November 21, 2018 15:03
Error: `fsevents` unavailable (this watcher can only be used on Darwin)

Error: fsevents unavailable (this watcher can only be used on Darwin)

I came accross this lovely error while I was trying to run my Jest tests. I belive the error is mainly because of the latest IOS Mojave.

Make sure you have brew installed

brew -v
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install watchman

Enjoy!

Creating a two way sync between a Github repository and Subversion

Another git <> svn post?

As many of you know I have been on a quest to get Jetpack core development moved from the WordPress.org Subversion (svn) repository to Github (git). As part of this process I setup an experimental Jetpack repository to see how synchronization works between git and svn. Lets just clear the air right now and say not well, not well at all. This is due to how git and svn each store their respective histories. But! I think I finally have it figure out.

Backfill

I wrote an article a couple months ago entitled Creating a synchronized Github fork of a WordPress.org Subversion plugin repository. This article is great (and still a recommended read) if you are only doing synchronization b

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database