Cameron

Results 31 comments of Cameron

@thomseddon When you say you are doing a rewrite does that mean you have a new oauth2-php library and will the implicit grant type be available?

@thomseddon Ah cool. Not to put any pressure on you as I think it's awesome you have taken the time to make this plugin, but do you have any indications...

Few weeks will probably be fine :) However, I'm still confused about how the implicit grant type will offer the continuous logged in state that I'm achieving by using refreshTokens...

How's this going? Any chance of a release soon? Thanks

Hi thomseddon. How's the refactoring going? You had chance to launch a beta? Cheers

@Yankie Can you elaborate on what the above config does? We already have `harmony: true` in our `_config.yml`: ```yml assets: source_maps: true # false on JEKYLL_ENV=production destination: "/assets" compression: true...

I changed `TestComponent.jsx` to `TestComponent.js` and changed the code to: ``` import React from 'react' export default class TestComponent extends React.Component { render() { return React.createElement('h1', null, `${this.props.title}`); } }...

Seems you can use JSX syntax and have the file called `.js` but having the file called `.jsx` is the issue rather than the use of JSX syntax within the...

Downgrading to the version specified e.g. `2.18.8` looks to fix the error. Is the default scaffolding setup outdated?

I would also like to see this an option. Number of commits doesn't really give a clear insight as someone could of replaced the entire codebase with 1 commit and...