Patrick Staton

Results 15 issues of 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...

bug

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...

enhancement

### 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. ###...

type: bug
scope: module federation

### 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...

type: bug
blocked: more info needed
scope: module federation

### 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...

type: bug
scope: misc

### 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...

type: bug
scope: bundlers
scope: module federation

### 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...

type: bug
scope: misc

### 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...

type: bug

### 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,...

type: bug

## 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...

type: feature