Rich Burdon

Results 10 comments of Rich Burdon

It seems that setting "baseURL" to "." (not "") works, but I don't understand why.

Thanks for the response. My (abbreviated) configs are below. This is now working for me, but as I say the systemjs.baseURL="." is completely non-intuitive (discovered after much trial-and-error), and having...

I think I have a related issue: My config.js (in src/main/javascript) has: ``` System.config({ "baseURL": "/js" } ``` In my karma.conf.js (in /) I can fix "paths": ``` "basePath": "src/main/javascript",...

Other missing deps. ~~~~ ERROR in /projects/src/suite/node_modules/tunnel-agent/index.js Module not found: Error: Can't resolve 'tls' in '/projects/src/suite/node_modules/tunnel-agent' @ /projects/src/suite/node_modules/tunnel-agent/index.js 4:10-24 @ /projects/src/suite/node_modules/request/lib/tunnel.js @ /projects/src/suite/node_modules/request/request.js @ /projects/src/suite/node_modules/request/index.js @ /projects/src/suite/node_modules/request-promise-native/lib/rp.js @ /projects/src/suite/node_modules/jsdom/lib/api.js @...

Not added because it's not under active development or a time issue? Or not useful/practical? BTW, are you still actively developing the project? Is there a better alternative? Thanks.

Fair enough :). I find myself in a minority of Python developers who can't live without DI, so thanks for this package. I do however, think eager singletons are important....

I have the same problem -- did you resolve this? ``` "dependencies": { "@dxos/docs-components": "^1.0.0-beta.19", "@dxos/docs-theme": "^1.0.0-beta.19", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "gatsby": "^2.17.11", "gatsby-plugin-mdx": "^2.7.1", "gatsby-plugin-sharp": "^2.6.14", "gatsby-source-filesystem": "^2.3.14", "gatsby-theme-apollo-core":...

Thanks bjorm, but the issue is with non-empty baseURLs in config.js: e.g., "baseURL": "/js"

Hi, first, thanks for the plugin! I saw the warning about this being incompatible with the default plugin. The problem was you have to first remove the default plugin, restart,...

Thanks @Davejayhawk That helped, but it then failed at step 2 ``` Obtaining a new certificate Performing the following challenges: http-01 challenge for jitsi.team.dxos.network Using the webroot path /usr/share/jitsi-meet for...