Shlomi Assaf
Shlomi Assaf
@pkozlowski-opensource Any update on this? It's a real deal for us, we have a large project and we use get/set descriptors a lot. The main problem for us is the...
Frankly I think this issue is not prioritised due to lack of visibility. The angular team has made a promise to keep its predictable and deterministic. This is a real...
As for use cases, we would like to implement a virtual file system that will load projects from a git commit so we can analyse the diff between 2 commits...
@BenVillalobos Maybe one would need to opt-in for that, first phase, via parameter or something So it will not get noticed or have an impact
Here is how I handle catch all now: ```ts const baseUrl = '' // the base url server.router.scope().all('/*', (req: MockerRequest, res: MockerResponse) => { const url = new URL(req.url); if...
I've managed to run debug with some help when running the process... The issue I see here is that the runner will run the tests from the workspace root dir...
This is very tricky because the `tsconfig` in secondary entry points must be able to resolve other packages (other secondaries or the primary). It needs to resolve it in the...
@alan-agius4 This did not solve the issue. There's an additional check to detect `d.ts` files but augmentation is not about `d.ts` at all times. I can augment a type in...
This is very tricky because the `tsconfig` in secondary entry points must be able to resolve other packages (other secondaries or the primary). It needs to resolve it in the...
> This is blocking me too. The error happens when the grid is being destroyed when you navigate to a new page. Here is a stackblitz to demonstrate: https://stackblitz.com/edit/pebula-ngrid-starter-cjyb7v >...