Rich Burdon

Results 35 issues of Rich Burdon

I get 404s when my tests try to reference SystemJS modules (conf files below). E.g., ``` Error: XHR error (404 Not Found) loading http://localhost:9876/lib/github/angular/[email protected] ``` But I have added these...

Update to React v18 ``` unmet peer react@^17.0.2: found 18.2.0 ```

I use nodeExternals a lot to build server-side modules, but I get this error for any project that depends (indirectly) on redis (all other modules -- 1000s of them --...

I'm using npm-link to develop multiple related repos at once. So I use the whitelist to opt-in my related source modules (which are linked in node_modules). But I need node-externals...

If you could export the SparePieces panel with minimal customization this could be used to create a promotion popup.

There doesn't seem to be a way to bind eager singletons. The only reference is in the Module's provides method, but this is unreferenced. ``` def provides(interface, scope=None, eager=False): ```

Is it possible to configure the heap size through the runtime environment? Also, I'm a bit confused by the config file which contains: wrapper.java.initmemory=12000 Does this imply that the image...

Struggling with the lack of documentation or working example: I can't tell if this is the same issue a bunch of people seem to be having (https://github.com/Workiva/karma-jspm/issues/68) I have a...

*bug* What is the current behavior? ----------------------------- Setting `aliases` in a command's index file does not propagate to sub-commands. in `./commands/identity`: ``` export default class Identity extends BaseCommand { static...

## Feature Enable user to specify global variables before the command. ## What is the current behavior? Current example: `cli --config=./config.yml status` Error: command config:./config.yml not found ## What is...