Marco Zanini

Results 8 comments of Marco Zanini

Definitely a bit blocker for us too! The fact that those settings get cleared out every time we push code to our packaging org is puzzling.

We currently use `sfdx force:source:deploy` to deploy our code to the packaging org for a first generation managed package. It would be good to have an option to specify a...

Same here, I would like to have the option to specify the `--target` argument for the Docker build. This is necessary to take advantage of [Docker multi-stage builds](https://docs.docker.com/develop/develop-images/multistage-build/). @AkhileshNS to...

Thanks @AkhileshNS ! EDIT: I did some more research and [it looks like it is not possible](https://devcenter.heroku.com/articles/heroku-cli-commands) to specify a `target` as a command-line option to `heroku container:push`, which is...

this. Was not able to make it work following instructions from[ this article](https://blog.arkency.com/rails-multiple-databases-support-in-rails-event-store/). Code: ```ruby event_repository = RailsEventStoreActiveRecord::EventRepository.new( EventStoreBase, serializer: RubyEventStore::NULL, ) ``` Error: [Looks like ](https://github.com/RailsEventStore/rails_event_store/blob/master/ruby_event_store-active_record/lib/ruby_event_store/active_record/event_repository.rb#L10)we now have to...

Same, I am following [this help page](https://help.salesforce.com/s/articleView?id=000363113&type=1). The help page mentions a `CORS-Event-Count` Event Type but there is no such event in the list of possible events.

Same issue, this seems like a big miss. Any workaround you guys have found @thomascchen @quickdudley ?

Upgrading to 10.1.0 fixed it for me. See PR #1585