R Gibim
R Gibim
Just checked myself in a few scenarios (under MacOS) I can also report some oddities: **Using default Terminal.app:** does not work, shift+up/down simply goes up and down the list of...
Hello 👋 I just went through the same issue (but not in a docker container): ``` ⋊> ~/w/o/l/s/dummy_apps ⨯ hanami --version 11:20:41 Traceback (most recent call last): 48: from /Users/Drowze/.asdf/installs/ruby/2.7.4/bin/hanami:25:in...
I just checked on a project I have running hanami 1.3.4 and the issue does not seem present: ``` ⋊> ~/w/o/events_gate ◦ be hanami --version v1.3.4 ``` ...however if I...
After a couple tries, I think the issue started on `dry-container 0.10.0` and does not happen on `dry-container 0.9.0` i.e. this Gemfile works just fine: ``` gem "hanami", "~> 1.3"...
hey @ilude sorry for hijacking your issue. I thought they were related as they both are related to exceptions on dry-container: ```dry-container-0.10.1/lib/dry/container/mixin.rb:151:in `register': undefined method `call' for nil:NilClass (NoMethodError)```
Looking forward to this as well! To be honest I thought `-fail-on-error` would already work like this... I got surprised with an error code today when trying to use it...
This is very desired feature 😄 For our ruby applications, our Dockerfile look sorta like: ```Dockerfile FROM alpine-ruby:latest RUN mkdir /app COPY Gemfile Gemfile.lock .ruby-version /app RUN bundle install COPY...
@crazy-max > You can already cache dependencies using the [`RUN --mount=type=cache` mount](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md#run---mounttypecache). See this example: https://github.com/portapps/portapps.github.io/blob/cde4dd6de0a2876f0311ae321f25f454cf417076/dev.Dockerfile#L7-L13 So using `RUN --mount=type=cache` will cache that mount in between builds using `gha` caching...
I would love a cop enforcing this. There is usually no standard when regarding factorybot DSL
``` integrations/live_games/spec/controllers/live_games/games_controller_spec.rb ``` LiveGames is a Rails engine under the integrations folder, hence the path.