Glen

Results 238 comments of Glen

I need this as well. `tsproject.config.files` doesn't help if you're using `exclude`. Once https://github.com/Microsoft/TypeScript/pull/5980 is merged, `include` will also need to be handled.

@Coridyn, Thanks for that information, and I apologize for not getting back to you sooner. Globs are now [supported](https://github.com/Microsoft/TypeScript/pull/8841) in TypeScript! :tada: @ivogabe, Should I open an issue to track...

Any idea when that might be released?

If that's true, then this line should perhaps be changed? > Most of the time this works as designed, you do not need to think much about CORS configuration. CORS...

> Add a tenant join table, allow webhooks to be enabled for one-to-many tenants It's really surprising to me that webhooks are not scoped to tenants (and/or [applications](https://github.com/FusionAuth/fusionauth-issues/issues/169)). It means...

This is all very confusing. Under which circumstances do you need to use a bundle ID? We tried a bundle ID and it didn't seem to work, but the service...

@mooreds Both. We followed the documentation, and used the bundle ID for the mobile app, but we got this: ![image](https://user-images.githubusercontent.com/261509/170872903-fdd9aeb6-745f-429e-8260-050ac2b46a74.png) When removing the override for mobile, and thus using the...

Yes. Is there a more mobile-specific way of doing it? I think it might be good to clarify in the docs that the bundle ID is not required in all...

Note that: 1. The value of the locale selector is correctly set using the query string parameter. 2. The locale selector is outside of the form, so its value is...