-
Thanks a lot for making version 1.5.2 available, really much appreciated.
Now, I run into a new issue due to the latest git version contained in that docker image, which, of course, is a good thing…
-
**Description**
Ensure individual Gnosis Safe is set up per project. Each project should have individual Gnosis SAFE wallet address.
Rationale:
The following core logic should be possible
Flow One
…
-
Is this plugin thread safe? Can it be marked as such?
[WARNING] *****************************************************************
[WARNING] \* Your build is requesting parallel execution, but project…
-
Plugins are complex objects due to their interaction with the strategy state and the fact that they need to work with any strategy. In general, plugins that only read the strategy state are safe to im…
-
Hello, I am using this on a very simple Expo app in a bare workflow.
iOS compiles and works fine, however when I `npx expo run:android` or `eas build --profile development --platform android` I get t…
-
Developers working on plugins shouldn't have to restart EDMC entirely when making code edits to their plugin. Let's see if we can provide a way to safely reload plugins.
This might end up also imp…
-
`./mvnw -T 1C clean install` attempts to execute a parallel build, but needs support for parallel execution from all plugins.
Need to get resolution to https://github.com/moditect/moditect/issues/9…
-
We have ditched the `Namespace` classes. This makes life much easier for op _implementors_—no need to add the type-safe Java method signatures to the namespace class anymore, which was a huge source o…
-
### Summary
Support the concurrent access/update of provider plugins in the cache enabled by the [Provider Plugin Cache](https://opentofu.org/docs/cli/config/config-file/#provider-plugin-cache).
###…
-
This seems like useful functionality, but I'd encourage rethinking it a bit.
I would like to avoid doing things like re-running meta-scan stuff or firing on_app_launch() code at arbitra…