Lud
Lud
A few thoughts: * your remote DBs shouldn't be accessible through the public internet, e.g., from within your CI tool or the local machine * you shouldn't have the remote...
Using - lockbox `0.6.8` - rails `6.0.3.5` - ruby `2.7.5` I, too, get ``` .rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/gems/lockbox-0.6.8/lib/lockbox/box.rb:3: in `initialize': unknown keyword: :master_key (ArgumentError) ``` as an error, when I try to set...
Just for the record: it is also broken on my machine running macOS 10.14.6 (Mojave) after installing the following update from Apple: ``` XProtectPlistConfigData: Version: 2118 Source: Apple Install Date:...
Possibly, this would result in duplicate timestamps though, since e.g. Sidekiq already prints out timestamps: ``` sidekiq_default | 2020-12-31T11:58:24.864Z pid=54814 tid=a2e INFO: Booted Rails 6.0.3.4 application in development environment sidekiq_default...
I've further slimmed down the dummy app: https://github.com/swiknaba/testojmimic/blob/master/README.md And also hacked together a docker image; you can download it here: https://hub.docker.com/layers/lud11/swiknaba/testojmimic/images/sha256-18822523defe24a7937a397acf6b0d0d5401604e4d0e527ab41dde45a120ddc7?context=repo Here is a short demo of how to boot...
what would be the problem with the standard, if vue-i18n would introduce e.g. `separator` as an option for `dateTimeFormats` (as in https://kazupon.github.io/vue-i18n/guide/datetime.html) to allow any custom separator? It is good,...
Seems to be the same issue as described here: https://github.com/nesquena/rabl/issues/724
To consider: a workspace might include multiple Ruby apps using Sorbet.
I believe, this issue can be closed. Following the linked issue of zeitwerk, the problem as due to inconsistent filename/module name which is an zeitwerk-inherent issue, not necessarily related to...
I guess this can be closed in favor of https://github.com/fotinakis/swagger-blocks/issues/110