Skip to content

Instantly share code, notes, and snippets.

View ephread's full-sized avatar

Frédéric Maquin ephread

View GitHub Profile
@ephread
ephread / keybase.md
Last active December 11, 2022 01:16

Keybase proof

I hereby claim:

  • I am ephread on github.
  • I am ephread (https://keybase.io/ephread) on keybase.
  • I have a public key ASCKuDVA_-_paFZNiRXFKm5WghJLcmGS1NUJSpItUtf0qAo

To claim this, I am signing this object:

@ephread
ephread / Bondage Example – 1. Yarn
Created June 30, 2017 20:28
Yarn file example with corresponding AST
#### Start ####
What are you?
-> A troll
<<set $troll to true >>
-> A nice person
<<set $troll to false >>
[[Objective]]
#### Objective ####
<<if $repeat >= 3>>
*** No Cartfile.resolved found, updating dependencies
*** Fetching Charts
*** Fetching realm-cocoa
*** Checking out realm-cocoa at "v1.0.2"
*** Checking out Charts at "d9d73eb072cb60f2b841eb7dd0be59b0561d9f2b"
*** xcodebuild output can be found in /var/folders/qk/kymhqqv17mg09d2bwb8_smlc0000gn/T/carthage-xcodebuild.gdyARF.log
*** Building scheme "RealmSwift" in RealmExamples.xcworkspace
*** Building scheme "Realm" in RealmExamples.xcworkspace
*** Building scheme "PlaygroundFrameworkWrapper" in RealmExamples.xcworkspace
*** Building scheme "Charts-iOS" in Charts.xcodeproj
@ephread
ephread / RealmMockCrash.log
Created January 6, 2016 22:37
Realm Mock rx.Observable error
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.intellij.junit4.IdeaSuite.getDescription(IdeaSuite.java:55)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:43)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:212)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)