Ivan Storck

Results 26 comments of Ivan Storck

What about using Docco to process the comments in Markdown? This process worked in the past for backbone and underscore... https://github.com/jashkenas/docco

If you would like to use Jekyll plugins, I would be happy to host it on [Aerobatic](https://www.aerobatic.com) for you. We could use any of the free CI services to build...

@chrisveness Just wondering if you would reconsider, or accept a clean PR for webpack, it would also make it easier to use with the other bundlers. Related to https://github.com/chrisveness/geodesy/issues/90

I have a fork of this PR and it's pretty out of date and still needs work, so we should probably close this PR. It's probably better to tackle it...

@scottgeye thank you so much for posting that. Works for csv-parse, too! ` '^csv-parse/sync': '/node_modules/csv-parse/dist/cjs/sync.cjs',`

I can't get this to work even on node 10. Any ideas on what to do? ``` gatsby new ivanstorck-gatsby-blog https://github.com/greglobinski/gatsby-starter-hero-blog.git info Creating new site from git: https://github.com/greglobinski/gatsby-starter-hero-blog.git Cloning into...

I also have an example vulnerable blog app here: https://github.com/ivanoats/ivan_the_terribles_blog/tree/insecure - look here at the search method: https://github.com/ivanoats/ivan_the_terribles_blog/blob/insecure/app/models/post.rb

@itissid Did you ever figure it out?