Patrick Staton
Patrick Staton
### Description When running the [transaction tool](https://github.com/hashgraph/hedera-transaction-tool-demo) to submit large numbers of transactions we have discovered that it is possible for the sdk to report a `DUPLICATE_TRANSACTION` even though the...
If a camera is taking advantage of the main/sub stream functionality in the latest blue iris, then only the sub stream is shown in ha. It should be able to...
### Current Behavior If I build a module, and then run a federation dev server that uses that module as a static remote, the static remote does not work. ###...
### Current Behavior If I only have 1 static remote, the federation dev server serves a different directory structure than if I had more than one. ### Expected Behavior If...
### Current Behavior If I use `@nx/webpack:webpack` in a target other than 'build' with `buildLibsFromSource: false` then it will use that other target when calculating the dependencies for generating the...
### Current Behavior Usage of some env variables was added to getDependentPackagesForProject in @nx/webpack that changes it's behavior. Specifically the getLibraryImportPath method. It throws errors if you have any dependencies...
### Current Behavior All generated tsconfigs in the tmp folder for a given project have the path `tmp//tsconfig.generated.json`. ### Expected Behavior All generated tsconfigs in the tmp folder for a...
### Current Behavior Module federation dev server assumes that the build target is the target that should be built for static remotes. ### Expected Behavior Module federation dev server does...
### Current Behavior If I have projects A, B, and C where A depends on B depends on C and I run-many build on A and C with extra arguments,...
## Description The ability to run a target without running it's dependencies. IE just run a target but not it's deps. ## Motivation Currently most executors run targets in-process. Sometimes...