Bram Whillock
Bram Whillock
``` NoMethodError (undefined method `+' for nil:NilClass): /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/repeaters/repeater_minute.rb:48:in `offset' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/handlers.rb:431:in `handle_srp' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/handlers.rb:457:in `handle_s_r_a_s_r_p_a' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/handler.rb:76:in `invoke' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/parser.rb:254:in `block in tokens_to_span' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/parser.rb:251:in `each' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/parser.rb:251:in `tokens_to_span' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic/parser.rb:61:in `parse' /Users/bram/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chronic-0.10.2/lib/chronic.rb:90:in `parse' ``` Failing on...
```ruby class MyItemObject include ActiveAttr::Model attribute :one attribute :two end Class MyObject include ActiveAttr::Model attribute :my_objects, type: [MyArrayObject], typecaster: -> { |values| values.map { |value| MyItemObject.new(value) } end object =...
Seeing a bit of odd behavior. Gemfile.lock: ``` carrierwave (1.1.0) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) carrierwave-base64 (2.5.3) carrierwave (>= 0.8.0) mime-types (~> 3.0) ``` Model looks...
Repro steps: Publish my package to yalc like: `yalc publish` then install it in the needed other repo like... `yalc add my-package` Inspect `/node_modules/my-package` It includes it's own `node_modules` folder...
# Bug ``` » In file included from node_modules/@react-native-community/audio-toolkit/ios/ReactNativeAudioToolkit/ReactNativeAudioToolkit/AudioRecorder.m:11: 293 » In file included from ../ReactNativeAudioToolkit/ReactNativeAudioToolkit/AudioRecorder.h:16: 294 ✗ ../../../../../node_modules/react-native/React/Base/RCTBridgeModule.h:10:9: fatal error: 'React/RCTDefines.h' file not found 295 » #import 296 »...
You've only documented the textRequest function... but clearly if I read your source you have implemented much much more.
Our company is making heavy usage of indexed DB in angular. Can I/we take over this project from you? I can personally become point developer here and move the project...
WARNING TO PEOPLE WHO TRY TO USE THIS LIBRARY @n4kz has not replied to comments and pull requests for 1 year. This no longer builds on the current version of...
Hey react-instantsearch, We have a number of components utilizing the hooks to build our app. We are using '@testing-library/react' to test our react app. What is the best method for...