Guilherme Oenning

Results 380 comments of Guilherme Oenning

But in that case, what would be the benefits of using NSJ instead of STJ though? Microsoft has been moving all their packages to use STJ, it's faster and comes...

The problem I have with `app.get{Something}` is that it's async/promise, not a big deal really, but I'd rather work with static variables when possible. What I do currently is use...

I have a workaround in case someone is looking for it. Import from es6 and export it alongside it's type definition: ```ts import type { ResponsiveContainer, AreaChart, Area, XAxis, YAxis,...

I was looking at it now and it seems like v2 is a big rewrite compared to v1 I'll give it a try over the weekend and see how far...

Hey Mark, I'm sorry but I didn't get much done last weekend. I'll be off for 2 weeks now, will try again when I'm back. I also couldn't find any...

Just a heads up: I tried updating this package to appinsights v2 long ago, but faced too may breaking changes. Given that we only needed a thin angular compatibility layer,...

What's the correct usage? 🤔

Just a small addition to @gdi2290 migration steps regarding something that just happened to me. If someone follows it and end up with hundreds of `TS2300: duplicate indetifier ...` during...

Just lost 2 days troubleshooting this 😔 As reported by multiple people above, on version 2.1.0 sometimes the expiresOnTimestamp is `NaN`, which caused our internal refresh logic to fail and...

@ardeora by the way, where does the `animate-enter` and `animate-leave` come from on your Tailwind CSS example? Doesn't seem to be from tailwindcss and I can't find the source code...