noctivityinc

Results 60 issues of noctivityinc

This is FANTASTIC but I would like to prompt them to login if they are not logged in when they click the button, this way they dont have to click...

# 🐞 bug report When following the instructions for rails and adding airbrake via yarn and then adding to application.is in packs, airbrake is not available within any functions in...

bug

I created a custom parser to remove the # sign from the start of any tags that a user enters in: ``` class NoHashTagsParser < ActsAsTaggableOn::GenericParser def parse ActsAsTaggableOn::TagList.new.tap do...

### Current behavior When trying to run the library in Expo Go for development it fails and claims to not be linked: ```Error: The package 'react-native-compressor' doesn't seem to be...

How can we find out what tag is removed from the list when it is removed?

Your showTime example screen shot is great, but we have no idea how to actually create this. Can you please provide some example code? Thank you!

For some odd reason `cntl+b+d` is not terminating a connected rails session anymore. Any advice?

``` Invariant Violation: View config getter callback for component `path` must be a function (received `undefined`). Make sure to start component names with a capital letter. This error is located...

Fetching source index for http://rubygems.org/ Bundler could not find compatible versions for gem "hashie": In Gemfile: binged depends on hashie (~> 0.1.0) ``` hashie (1.0.0) ``` Any thoughts?

I currently have a pretty standard route: ``` namespace :admin do resources :subjects end ``` But when i try to do ``` table_for @subjects ``` I get an error due...