Vinicius Dallacqua
Vinicius Dallacqua
@patrickhulce seems that #158 would be a good feature to be added to this ticket.
I see! Yeah, I do see #158 being a larger ticket, maybe something for a future major release due to its scope size.
Makes more sense, truly. I am working on a revamped version of this code. Soon to be released with the latest and greatest that ember has to offer. Thanks for...
UserTiming can probably utilize the same formatting for the `timings` section on `budget.json` ```json "user-timings": [ { "metric": "my-cool-custom-mark", "budget": 500 }, { "metric": "my-cool-custom-measure", "budget": 2000 } ] ```
I see! Well, I am quite fresh on Elixir, but I'd be happy to help however I can.
Cool! thanks for the resources!
Interesting. I'll give it another shot and see. I thought I followed the doc properly but I might have missed on something then
Interesting comment by @Kampouse as I also used `pnpm` initially, but later converted back to npm. Maybe that is the common factor here. I''ll later also try testing moving it...