Ernesto Cambuston

Results 21 comments of Ernesto Cambuston

@yashrsharma44 you could potentially override the `/config/initializers/resque.rb` file using docker compose (if you're using that to deploy)

@rui314 what's the progress on this? I just tested it out on an Xcode project, and it just worked; it went from 15 seconds linking to 2.1; it looks too...

> "-Xwrapped-swift=-lyft-coverage-hack" what does this do? > I added a patch to rules_swift to pass a -coverage-prefix-map EXEC_ROOT=SOURCE_ROOT you made a patch for rules_swift, or just internally for Lyft? I'd...

Suspecting this issue is a configuration error on my side. Would this error happen if I'm using different linkers on different targets and then try to link using mold?

I'm working on an Xcode project with 150+ targets and multiple schemas to build different things. One for each of those 150 frameworks and their tests, and others for the...

Forgot to update this issue, you were right, thanks!

I need to find out how useful this would be; I can't think of cases where I'd use that ^. For a modular codebase, what I'd use the most is...

So basically, I'm trying to achieve a scheme where I can: * Run a full version of an app. * Build and launch mock app during tests action. * Be...