-
# ruby version
2.7.2
# OS
Mac Intel Running latest ventura 13.2.1
# Gemfile
```
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'sinatra'
# for irb console in the app …
-
It's similar to #276 bug, but here I didn't use force push, just regular commit with removed pdd puzzle. 0pdd failed to delete this puzzle and can't process new puzzle, the error. Maybe it was caused …
-
Because of the calendar stuff, it throws a NoMethodError `each` for `nilClass` when trying to get the profile data. A simple check for whether they are a user or an org would suffice.
Honestly, I thi…
-
Hi!
When running `rspec-sinatra init --app MyApp lib/app.rb` (in Ruby 2.4.0) I got the following error message:
```
/Users/stefanliute/.rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/optparse.rb:1627:in …
-
While testing a screen at RPI, one of our screens lost it's network connection. Rather than gracefully crashing or returning once a connection was regained, the screen crashed and left this error in t…
gbprz updated
10 years ago
-
We can't pass `params` hash and expect keyword args to be matched because of the current `IndifferentHash` implementation.
```ruby
def a(a:, **); end
a(Hash[a: 1]) # => nil
a(Sinatra::Indiffere…
-
When I try to use the server Rainbows! with sinatra-websocket I get this error.
```
NoMethodError - undefined method `backend' for #:
/home/foo/.rvm/gems/ruby-1.9.3-p392/gems/sinatra-websocket-0.…
d4l3k updated
11 years ago
-
I have v212 deployed with the specified diego release and with service-contrib-release 6. The deployment runs through smoothly, but when I try to create a service I get:
```
console$ cf create-servic…
-
Hi!
I have an app at with source at
https://github.com/donv/ruby_for_java_developers
running at
http://ruby-for-java.herokuapp.com/
When users connect, a websocket should be opened to enable a …
-
### The problem
The Sonos speaker integration (the one I see under developer/states tab e.g. media_player.living_room) reports a different name for Sonos favorite channel than the Sonos app (which i…