Jerome Covington

Results 17 issues of Jerome Covington

This seems like the furthest along project for JavaScript call graph visualization. If there is another one you recommend over this, please let me know. Otherwise, I am running it...

Hi, thanks for your work on this theme. When I enable it, though, I am getting the following error. Notice: Undefined variable: rdf_version in include() (line 26 of /home/codio/workspace/sites/all/themes/dgd7/templates/html.tpl.php). ![image](https://cloud.githubusercontent.com/assets/486493/3376578/90930506-fbd6-11e3-91db-d9a1ffd64894.png)

I am working on a graphql + relay app served on top of hapi and have ported your code to my application. Here you can see me sending POST requests...

I was getting an error running Harvey in a browser environment without using a module loader. So I added this at the top of the outmost anonymous closure: ``` var...

Should my user image be showing up in the left rail of the homepage and posts (as does the Gandalf image in your sample screenshots)? It may be that this...

This is the stack trace I am getting right now, after swapping `LazyloadView` for `ListView`: ``` Error: Can't add property onScroll, object is not extensible stack: React.createClass._merge index.ios.bundle?…:86404 React.createClass.render index.ios.bundle?…:86539...

I'm expecting warnings and errors to be noted in the gutter when saving a file, as my other linting tools do, but that is not happening. Here is my `.vimrc`...

### Description It seems I can pass a completely non-existent cursor to a posts pagination query and still get the same posts back as if the cursor had not been...

type: enhancement
needs: discussion
compat: possible break
has: workaround

I am attempting to add additional fields to an rss2 feed item outside of the core `Item` but they do not seem to be exposed in the feed. In my...

If I pin the package to version 0.2.41 I can successfully build under Expo. For versions >= 0.2.42 I get the following error: ```terminal ❌ (node_modules/react-native-jw-media-player/ios/RNJWPlayer/RNJWPlayerView.swift:13:8) 11 | import MediaPlayer...