Steven Blake

Results 5 issues of Steven Blake

This issue is a: Bug report Whenever I try to create a new react component, I get the following: ``` nwb new react-component react-facebook-login-2 Creating a react-component project... ? Do...

I was looking at the documentation about the forward/back button in the 'Turbolinks Support' and I was trying to ensure my code is executed in this same manner for my...

In my model I need to have an email confirmation token and a reset password token. Having the email confirmation token generated on creation is fine, but having it generated...

As it returns a string, I have to convert it back to byte[] to be able to use it in xml.Unmarshal(). Would it be better to return it as byte[]...