Code Monkey home page Code Monkey logo

krakenjs.github.io's Introduction

krakenjs.github.io

This is the source code for krakenjs.com

Setup

  1. Clone this repo
  2. Make sure you have Jekyll setup per GitHub's instructions
  3. Run bundle exec jekyll serve --watch from within your repo to generate the pages

krakenjs.github.io's People

Contributors

aks- avatar aredridel avatar braebot avatar cdvel avatar friederbluemle avatar gabrielcsapo avatar grawk avatar jasisk avatar jeffharrell avatar jknight12882 avatar joeellis avatar onetruebob avatar pavelloz avatar pvenkatakrishnan avatar totherik avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

krakenjs.github.io's Issues

Injecting global data into responses

I was wondering if there was any way to inject data like navigation or products into every response. I've seen something similar done with the passport example but i'm not quite sure if it would work the same way, wondering if their are any patterns i should be looking into. Otherwise i'd have to add an additional fetch to each route for something i realistically should be caching. Thanks!

Cannot use Krakenjs with node 16.14.2

Node version 16.14.2
npm version 8.5.0

installed kraken as directed from the website:

npm install -g yo generator-kraken bower grunt-cli

When starting with 'yo kraken' the following occurs:

yo kraken
Error kraken

primordials is not defined
❯ node --version
v16.14.2
❯ npm --version
8.5.0

Have I installed wrong? Did I miss a step?

I18n

It seems that from krakenjs 0.6 to 0.7 the behaviour changed. Instead of writing:

<h1>{@pre type="content" key="index.greeting"/}</h1>

It seems we now have to use:

<h1>{@pre type="content" key="greeting"/}</h1>

we need to move from redcarpet to kramdown

The error message after site build:

The page build completed successfully, but returned the following warning:

You are currently using the 'redcarpet' Markdown engine, which will not be supported on GitHub Pages after May 1st. At that time, your site will use 'kramdown' for markdown rendering instead. To suppress this warning, remove the 'markdown' setting in your site's '_config.yml' file and confirm your site renders as expected. For more information, see https://help.github.com/articles/updating-your-markdown-processor-to-kramdown.

Issue when running yo kraken

HI,
I'm trying to create a app and below is the error I'm getting not sure how to get this fixed. Any pointers will help.

ReferenceError: parent is not defined
at AnonymousObserver._onNext (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:4259:63)
at AnonymousObserver.Rx.AnonymousObserver.AnonymousObserver.next (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:1863:12)
at AnonymousObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:1795:35)
at AutoDetachObserverPrototype.next (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:9226:23)
at AutoDetachObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:1795:35)
at Subject.Rx.Subject.addProperties.onNext (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:9367:31)
at AutoDetachObserverPrototype.next (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:9226:23)
at AutoDetachObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:1795:35)
at AutoDetachObserverPrototype.next (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:9226:23)
at AutoDetachObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/node_modules/rx/dist/rx.all.js:1795:35)

getting error while start kraken js

Hi Kraken team,

i followed the same steps mentioned in the documentation but finally when i tried to go for node to run the app i am getting the error as module adora can not find.
could you please help me to resolve this issue

Update PayPal Open Source logo - new brand

PayPal inc updated logo, so all logos using PayPal needed updating.
I believe the existing logo is SVG.
Quick fix: you can replace with attached image which I'm using for internal OSS office.

osslogo

Get started and Latest News link dont show up on production

While i was testing #60 i noticed that the homepage on my machine is different than on production. I went into code and found out that condition {% if page.url == '/index.html' %} is never met on production, but it is met on localhost .

To reproduce on localhost, just build a page and open index.html
To reproduce on production, go to http://krakenjs.com/index.html

image
image

I tested it on both engines to rule out kramdown migration as a problem.

This is also true for other conditions that are checking if the page.url is index.html, especially switching on/off the link to the homepage called KrakenJS

Logo licensing

I was asked today whether someone could use our logo when referring to Kraken.

It'd be nice to clarify that policy at least in English if not legalese. Trademark and copyright law. Ewww.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.