Samuel

Results 154 comments of Samuel

Thinking about it, one thing that will need to be addressed is the CSP for this. The CSP will block any scripts from any other domain that is not specified....

@ortonomy Yes! Docs are [here](https://github.com/altair-graphql/altair/tree/master/site/src/docs). Most of the context around plugins are [here](https://github.com/altair-graphql/altair/tree/master/packages/altair-core/src/plugin). Specifically the events and their payload types are [here](https://github.com/altair-graphql/altair/blob/master/packages/altair-core/src/plugin/event/event.interfaces.ts#L1) (these may change a bit since I will...

Yes. It is only possible for hosted versions of Altair, or the desktop applications. It's not possible with the browser extensions

Yours is the first request for the private registry. I'm happy to look into this more, but this is not priority for me at the moment. If I understand what...

@yuniers I am not sure how you can do that easily. You'll need to pretty much copy and paste the entire code into the pre request script.

Before creating the PR, it would be better to discuss exactly what the authentication part will look like.

When does this error occur? And does it re occur, or it happened only once?

This looks like some other reported issues in linux around fonts https://github.com/altair-graphql/altair/issues/1969 https://github.com/altair-graphql/altair/issues/1449 I am not aware of a resolution to this, but I don't think there is anything I...