Kris Leech
Kris Leech
Add configuration option which will means `self.id` is broadcast instead of `self`.
```clojure (first (csv-map.core/parse-csv (slurp "db/etr.csv"))) ;; {"" "BURSLEDON ROAD", "Y55" "Y57", "WORCESTERSHIRE" "HAMPSHIRE", "WORCESTER" "SOUTHAMPTON", "ISAAC MADDOX HOUSE" "SOLENT NHS TRUST HEADQUARTERS", "WORCESTERSHIRE HEALTH AND CARE NHS TRUST" "SOLENT NHS...
STI
Problem - Two copies of input values in params, neither of which contain the body attribute (the one given to the helper) when editting a STI instance. `class Document <...
Using `EventbriteSDK` in a threaded environment does not work because `EventbriteSDK.token` is `nil` inside child threads. This is because the token is stored in a [thread local var](https://github.com/eventbrite/eventbrite-sdk-ruby/blob/master/lib/eventbrite_sdk.rb#L67-L73) which is...
rails 7.0.8 rspec 3.12.2 combustion 1.4.0 In rails_helper.rb: ```ruby require 'spec_helper' ENV['RAILS_ENV'] ||= 'test' require 'bundler' Bundler.require :default, :development Combustion.initialize! :all require 'rspec/rails' ``` when I run the specs I...
* [ ] update README * [ ] cherry-pick new public signing key from `v3.0.0.rc1` branch * [ ] update CHANGELOG * [ ] update Wisper::VERSION * [ ] build...
otherwise we get the error: ``` undefined method `Success' for main:Object (NoMethodError) prepare = -> input { Success(input.merge(name: "#{input[:name]}!!")) } ```
There seems to have been a [fix](https://github.com/voormedia/rails-erd/pull/336) back in 2019 but it was not merged and the author has since deleted their fork. Given it seems to be related to...
There are PR's from 2012, I wonder if this gem is maintained?