Robert Schulze
Robert Schulze
Given the models, where the `Product` has many `ProductImage` (which "acts_as_list"). When creating some referenced object and set the position explicitly (in random order), the positions will not be homogeneous:...
A resource like this will try to download the ruby source file into the current working directory. This obviously depends on how chef is used. When running chef-solo in a...
When running this, it will take quite sime time (Transfer time 1454.9 sec) waiting for the expunge but eventually fail. In the next run, it will try to expunge around...
In a concurrent environment, when two processec try to acquire a lock on the config, the loosing process will segfault. Maybe `config.transaction` could check the return value of `git_config_lock` and...
The samples suggest to load the `Schema` while the ruby code is loaded. This will lead to an ruby application not loading at all, if the remote api is offline...
## What I tried to do Using the `InterpolationCompiler` as described in https://github.com/ruby-i18n/i18n/blob/master/lib/i18n/backend/interpolation_compiler.rb#L13 stopped working with i18n v1.9.1 ## What I expected to happen Should not lead to raising an...
When rails compiles a template, it nils-out it's source. For most (normal) requests this does not matter, but when running a bunch of tests this may happen (at least to...
I'm using VSCodium Version: 1.76.2, vscode-crystal-lang v0.8.4, crystalline v0.8.0 (x86_64-apple-darwin). Whenever I paste some text, a `\n` is added directly after the pasted text. ``` foo "bar" ^ paste "text"...
When a Job raises an exception with a non default encoded message string, Delayed Job crashes with `Encoding::CompatibilityError`. Demo with stack trace: https://github.com/fnordfish/activejob-poison-pill-demo When using SQLite as storage and a...
This allows to have more control on how the context works. For example which attributes are required, it's default values or validation. Here's a short sample for illustration: ```ruby class...