Jem
Jem
🙃 either I have a weird version of ngrok or the syntax has changed — looks like start needs to come before the params
```js // Style :: => (Props -> CSS) -> Style CSS function Style(f) { if (!(this instanceof Style)) { return new Style(f); } this.__value = typeof f === "function" ?...
I'm getting a weird error - looks like the fonts aren't being registered properly? Doing this in my AppDelegate as a workaround as detailed in [KnownIssues](https://github.com/PrideChung/FontAwesomeKit/blob/master/KnownIssues.md) ``` objective-c #import @implementation...
Thanks for a great library! I had to add this file to get things moving in a TypeScript project; hope it's helpful if I share them :)
GitHub recently changed the way that assets are served from `raw.github.com`, breaking the demo on `http://cosmos.layervault.com/typer-js.html`. Ref: https://plus.google.com/104437754419996754779/posts/28f8HS2M7cb A couple of options: - Point the raw.github.com link to jquery.typer.js to...
I ran into a problem trying to use this on my 2nd laptop (which is running El Capitan, not Sierra). Turns out the version of JSContext on older OSXs doesn't...
Hey! Wondering if there's any way to mock the block number? I can't immediately figure it out, or if Waffle is the right place to do it. I'm using waffle...
Hi y'all - I totally missed a ton of issues & PRs, I didn't think ppl were using this! Would love to add some more people as maintainers - lmk...
I wrote all the types out by hand which was some pretty intense [type 2 fun](https://www.rei.com/blog/climb/fun-scale). Would be excellent if someone (at Figma?) could figure out how to generate them...