Nujian Den Mark Meralpis
Nujian Den Mark Meralpis
Hi, I dunno if this is a valid bug but here's how I experienced it: ### Models ```ruby # product.rb belongs_to :another_model has_many :product_categories has_many :categories, through: :product_categories # product_category.rb...
How can I infer a namespaced decorator? I got an error(which is expected) everytime I decorate `Document` model. `2.5.3 :010 > Document.first.decorate.created_at` ```bash Draper::UninferrableDecoratorError (Could not infer a decorator for...
```ruby # foo.rb class Foo < ApplicationRecord enum day: [:sunday, :monday, :tuesday, :wednesday, :thursday, :friday, :saturday] validates :start_time, :end_time, overlap: { scope: [:day, :another_column] } end ``` Here's what I...
I got this error! Im using rails 4
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Allows the `cloudCore` Service type to respect any valid Kubernetes Service type (`ClusterIP`,...
https://github.com/kubeedge/kubeedge/blob/49107e9cbc76db5062a35f1432d50842e4481843/manifests/charts/cloudcore/templates/service_cloudcore.yaml#L13 Using `keadm init` with `--set cloudCore.service.type=LoadBalancer` does not change the cloudCore Service type. It remains ClusterIP. **Steps to reproduce** 1. Install KubeEdge v1.22.0 2. Run: ``` keadm init --kubeedge-version=v1.22.0...