robertIsaac

Results 81 comments of robertIsaac

@alan-agius4 how can I reproduce it if it happens 5% of the times? if you want to get access to our repo I can talk with my manager about the...

I think it's related to the technical parameters of the builder, in azure it's 2 core + 7 GB ram and 14 GB disk In developer machines it's much higher...

> Unfortunately, there's not much we can investigate without a reproducible example, making it difficult to determine the cause of the issue. It's also worth noting that in our end-to-end...

Hi @bmarcotte can you share this setup? I'd like to try this with an empty angular project to see if the size of the project matter at all or not

@bmarcotte > docker files & and small bash script that's what I meant > if anyone happens to know of a large, open source application written in Angular what about...

@bmarcotte I noticed the same here, setting it to 2 CPU make the rate more than 50%, I actually mentioned this before https://github.com/angular/angular-cli/issues/27167#issuecomment-2163001161 @alan-agius4 did you try to limit your...

IMO it's better not to support multiple variables at the same line, I see in almost every project lint rules to error it in javascript/typescript files because it's confusing and...

> 1. It's meant to mimic variable declarations in JavaScript. We've seen multiple times over the years where deviating from the JS syntax ends up causing more confusion than it...

> Is this resolved or does nx have its way of achieving what concurrently packages provide? Neither And even some things that was working before, stopped working now Like `nx...