Paul
Paul
I think we need better typing around config in general ```ts export interface SimulationOptions { options?: Record; services?: Record } ``` `options?: Record` does not offer much to keep someone...
@andreroggeri thank you for reporting this. Would it be possible to produce a reproduction repo to better investigate this?
@cowboyd my bad, I pressed close by mistake
@headly48 thanks for bringing this up. Do you have any code you can share about how you got to the point where `getAccessTokenSilently` is called while not authenticated?
Hi @esumerfd , Thank you for raising this, but currently, we only support `query` and `web_message`. I don't think it would be too much work to add `form_post`. We would...
> * In answer to (1), I think that we should have a `--scenario` flag that will specify an initial scenario that is used when we had that on the...
@wKich it is very weird. we've used it in other repos that did not use the new window approach without these problems. the new window seems to be causing problems....
> I thought the problem was that node never looks at system certificate authorities, but only at those that it comes bundled with. This is correct, node uses a hardcoded...
I have this issue with [email protected] @gsap/shockingly@^3.12.5 If I add a dependency anywhere in the monorepo, I get the `ERR_PNPM_UNEXPECTED_PKG_CONTENT_IN_STORE` error and I have to run `pnpm store prune` before...
> @dagda1 is `@gsap/shockingly@^3.12.5` a private package? I cannot install it. Yes, it is private