-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{…
-
This issue may be linked to #49084 but conditions to reproduce seems to differ a bit
### Steps to reproduce
```ruby
require 'bundler/inline'
gemfile(true) do
source 'https://rubygems.org'
…
-
This RO: https://w3id.org/ro-id/3125b7be-03f9-447e-806f-20beb66f7949 passess all tests in its elements but returns an overall-score of 67%.
esgg updated
10 months ago
-
I'd be happy to learn that I'm just doing something incorrectly here. If I'm not, then I'd enjoy trying to work on a fix and would appreciate some pointers on where to start.
I ran into this when t…
-
Created from [AI0771](http://jay.swlab.cs.okayama-u.ac.jp/minutes/1144?ai=0771) of minute 1144.
+ jay の GitHub Actions を設定する -->(中園,中川,田井 !:0771)
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
# git_source(:github) { |repo| "https://github.c…
-
I just upgraded my environment to rails 4.2.5 and Ruby 2.3.0, **without changing the code or the DB**.
The following line, `csn = SocialNetwork.find_by( :iname => sn.downcase )` , running without pr…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/…
-
**Description**
When cross compiling from x86_64 to aarch64, miniperl aborts with SIGSEV because of stack canary violation
**Steps to Reproduce**
(get alpine Linux docker container, clone…
-
With simplicity comes limitations, like with most things. RSpec makes it easy to do complex stubbing (mocking) as well as support numerous kinds of matchers that read well. Also keepin…