Marc Dumais

Results 159 comments of Marc Dumais

> I think we can just use `EnvVariablesServerImpl` from Theia directly which would make Blueprint portable. Then, we would be able to remove `theia-blueprint-variables-server.ts` and everything should work correctly unless...

Hi, My team has a committer in this project, @marechal-p . Would he be considered an "owner" and be able to publish to open-vsx? If so I think he could...

Thanks @brianking. I think it would make sense for @jonahgraham to be the namespace owner. Paul could potentially help punctually, if needed.

In the meantime I have open a [PR](https://github.com/open-vsx/publish-extensions/pull/285) to attempt to auto-build and publish the latest version (by user "open-vsx"). The project can take-over the namespace and starts publishing at...

Alvaro, as discussed, we currently include the package.json `preview` flag only for preview (next) extensions: > "preview": true We can try including it in the future, but set to `false`...

Hi! > Moving the repository will be sooo much easier than copying or re-creating. It would be good if we can verify in advance whether or not moving the repository...

I was able to do a "git pull" from my existing clone, that still points to the old org, and it worked as expected.

Hi @sbernard31, For the Theia project, we have an unusual number of dependencies: over 1000. When we were doing the license checks manually, using clearlydefined, we would filter-down the list...

FWIW, in our experimentation, setting-up a dash-licenses run as part of [Theia's CI](https://github.com/eclipse-theia/theia/blob/master/.github/workflows/license-check.yml), we did encounter this issue. It's possible that we had gone over the hourly limit, not sure....

@mickaelistria this issue is about procuring an already build .jar, e.g. to use `dash-licenses` in CI, without building it ourselves. I do not think #123 currently covers that use-case.