Marc Dumais

Results 159 comments of Marc Dumais

We are also seeing 429's in GitHub CI builds for Theia-based applications. Is the API rate limit applicable per client IP address? If so, it might disproportionately impact builds/users behind...

AFAIK, only "publisher" PAT are available in openvsx? For the above to be a practical solution, I think we would need the ability to obtain a token that does not...

@guellaeq as a mitigation you can use the following option to force your Theia application's builtin extensions to be downloaded sequentially - it seems to help in our CI: ```yarn...

> You can create a basic "read-only" token by using a user that hasn't signed the publisher agreement. Here's what I see: ![image](https://user-images.githubusercontent.com/25749063/201386891-8c816f0d-9fc1-4641-8f1d-eb01d1ac7253.png)

Starting in Theia v1.32.0 released yesterday, the download of built-in extensions will be sequential by default. This should mitigate the triggering of openvsx API limit when Theia-based applications are build,...

On vscode, an external browser is opened towards GitHub, when the "Allow" button is pressed. ![image](https://github.com/eclipse-theia/theia/assets/25749063/f0a108c0-29e6-4d37-a71a-b60228ea0b58) I think this operation fails on Theia because we have a stub for `proposed`...

Generally, I like how small the code change is for this. The concern I have is not related to the code as such, but how to present and document this...

a thought: we could do like vscode and officially support portable mode only for "zip" packages. I think we could provide these packages by zipping the "prepackage folder" , generated...

FYI, @vladarama will be back in a few weeks, working part-time. If this is wanted sooner, I think he would not mind, if someone took it over.

> @kittaakos Good point, I agree. I think Blueprint should be able to pickup the changes with the next release. > > Any thoughts on removing `TheiaBlueprintEnvVariableServer` and directly using...