David Paluy

Results 8 issues of David Paluy

Let's say each product has a list of countries stored as tags. Is there a simple way to find groups of countries that go together? For example: `Product A` has...

Please update the Rails 7 dependency https://github.com/adzap/validates_timeliness/blob/v6.0.0.beta1/validates_timeliness.gemspec#L20 It should be: `s.add_runtime_dependency("activemodel", [">= 6.0.0", "< 8"])`

By default, store_model isn't persisted in DB, unless I change an attribute explicitly. What is the correct way to store default attributes in the DB? I have the following model:...

In case you get an error: `Error: PostCSS plugin postcss-nested requires PostCSS 8.` Add PostCSS version 8: `yarn add postcss@latest` or `yarn add postcss@^8` Reference: https://github.com/tailwindlabs/tailwindcss/issues/2799

error: mongoid [not found]

Current Mailpace Rails implementation raises `RuntimeError` if the status isn't 200. For example: `RuntimeError: {"to"=>["contains a blocked address"]}` This implementation introduces `Mailpace::DeliveryError`. It helps to handle this explicit error in...

On Macbook M1, running via Docker. I made the adjustment to the dockerfile as describe here: https://github.com/browser-use/web-ui/issues/100 But when I run the agent, I receive `[Errno 111] Connection refused` How...

After upgrading to v0.10 I got the following error: `uninitialized constant RailsApiLogger::Loggable (NameError)` It means that the RailsApiLogger::Loggable module is being referenced before it’s loaded. Zeitwerk manages the Rails autoloading...