James Zhang
James Zhang
I use https://github.com/thoughtbot/high_voltage for static pages. The paths are generated by high_voltage, as you can see: ``` page GET /*id high_voltage/pages#show ``` How would you add specific pages to the...
- [x] Option for delay before save - [ ] Option to enable for just a specific project
For any `li` element, adding the `data-hint` attribute removes the element's bullet. For example, see this [jsfiddle](http://jsfiddle.net/PMQ5Q/3/).
Has anyone experienced audio not getting recorded every once in a while? I can't seem to reproduce this error consistently. I am doing a few things with `AVAudioSession` to enable...
I have a list of radio buttons, each can be toggled by tapping. When I toggle a radio button, scroll away and scroll back to it, the radio button resets...
In [this line](https://github.com/gonzalo-bulnes/simple_token_authentication/blob/master/lib/simple_token_authentication/exception_fallback_handler.rb#L8) `controller.send(:current_user).nil?` is `false`. Is this a problem with Devise? I am experiencing a problem where after I delete a user's session, `current_user` still exists in future requests....
In my app, the user can login via oauth (using omniauth). They log out by calling `Devise::SessionsController#destroy`. When this happens, `current_user` is nil, and the `session` object is reset. All...
I'm noticing a problem where my `seek` function plays the song at the wrong time. ``` swift @objc func seek(time: Double) { dispatch_async(self.methodQueue()) { if (self.player != nil && self.currentTrack...
I'm seeing a weird problem where if you try to `toRoute` to route that already exists in the route stack, `route.component` is just an empty object in the [`renderScene`](https://github.com/MikaelCarpenter/gb-native-router/blob/master/index.js#L68) function,...