marques-work

Results 26 comments of marques-work

@jk1 I think so long as this plugin doesn't get the `compileOnly` for resolution error, it's fine; as you said, that's likely to do with the project applying this plugin....

@jk1 ~I just upgraded my build to use 1.16 and I now see zero Gradle 7.0 deprecation messages (with `--warning-mode all`, running gradle 6.6.1). This should confirm that any such...

Thanks for the reply @sholderbach -- and from a priority standpoint, that makes sense. I'll take a look at these options (though, I would love something that could actually provide...

Thanks for the insights. This weekend I may play around with `reedline` to 1) get familiar with the codebase and 2) see what it would take to achieve this in...

Actually, I just tried out axios 1.1.3 and my `jest` tests now work _without_ the `moduleNameMapper` workaround; on 1.0.0 - 1.1.2, this was not the case. Seems to be fixed....

@CodingItWrong I suspect my setup is slightly different. Unfortunately, it's a private GH repo so I can't point you to the code, but I can put some relevant info. I...

Is there a test Salesforce app publicly available to reproduce this? It's going to be difficult without this since it's probably specific to the Salesforce application. I understand that this...

@dhananjey-oss I've created a dev instance, but I'm not seeing the same controls you refer to in your script. I'm trying to go through this manually to understand what the...

I also may not get to this until later this week. It's late now (10:15p local time) so I'll probably sign off for the night.

I've seen this when running Taiko in a docker container on an M1 mac. What I've seen in my experience: 1. WORKS: x86_64 macOS bare metal 2. WORKS: aarch64 macOS...