Sven Schwyn
Sven Schwyn
Zendesk is currently running a beta program for HTML mail support: https://support.zendesk.com/hc/en-us/community/topics/200468567 However, the following does not yet appear to work: ``` zendesk = Zendesk::Client.instance ticket # => # comment...
## Issue report **Are you sure this is a bug in Passenger?** Quite sure, yes. **Please try with the newest version of Passenger to avoid issues that have already been...
This is best shown with a real life example using a default attribute reader along with an explicit attribute writer which should be [documented with overloads as per your comment...
There is a flaw in the [security guide](https://guides.rubygems.org/security/#building-gems): > Add cert paths to your gemspec > >``` >s.cert_chain = ['certs/yourhandle.pem'] >s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/ >``` This works...
Kuby is a very nice piece of work with support for different cloud providers – including the ability to add your own provider. The other end, however, appears to be...
### Your environment - `vscode-ruby-test-adapter` version: - Ruby version: 2.7.2 - VS Code version: 1.51.0 - Operating System: macOS 10.14.6 - Minitest version: 5.14.2 ### Expected behavior The test suite...
Tabs with modifications differ only slightly from tabs without: The X on hover is darkblue (modifications) compared to black (no modifications). This is IMHO too sublte to be useful. Any...
With #656 (almost) out of the way, there might be an easy to impement solution for grouping custom fields. Here's an example: Given an (ordered) list of custom fields: The...
### Steps to reproduce The following line of code may (under rare conditions) cause problems: https://github.com/rails/rails/blob/44db6bbfcbe66ac5926f01f3b693a378552b752f/actionpack/lib/action_dispatch/routing/route_set.rb#L888 This mock request works fine for most Rails apps, however, if the app handles...
Say goodbye for the often misused `RACK_ENV` in favour of `APP_ENV` (like Sinatra does). A deprecation warning is printed if only `RACK_ENV` is set and Golllum has not yet reached...