Ben Watkins

Results 11 comments of Ben Watkins

Implementation wise, as this is done from HTTP tools we have just a small handful of information about our user. So far, all I can think of is performing a...

@gilcot The issue is that we don't have that information. A HTTP request from cURL wouldn't have the user's locale. We could add a parameter for the preferred time zone,...

I understand, @gilcot. If support was added for a client directed locale, as mentioned in the last message, I think it would go better as a query parameter. Originally, it...

In a browser environment, I think this would only defer the loading and those customers could see it in their network requests effectively making it theatre. But, you should be...

(Derailing a bit. We can take it elsewhere if that's best.) > The import/extensions setting always needs to be set, so it's a bug in your config if it's not....

What if you force `dd-trace-js` to use the `async_hooks` API, @imatefx? Our team ran into similar as v0.27.0 [switched the default API](https://github.com/DataDog/dd-trace-js/pull/1086) used to determine scope. To note, this would...

Is there anything else I should cleanup here, @icebob?

> A [lazy loading approach](https://www.ioannispoulakas.com/2020/02/22/how-to-speed-up-shell-load-while-using-nvm/) can be used as a work around if you're seeing lag before the prompt becomes usable. The following can be added to your `.zshrc` (or...

Hey all! I was in a similar situation as leonwilly and implemented this for work. Bare-boned and extracted its available at https://github.com/OutdatedVersion/trpc-sse-link. https://github.com/trpc/trpc/assets/11138610/f4d887f3-8585-4a31-82a1-a3707360687a Since I've been telling myself I'd figure...

Hi @shirecoding! I just gave it a go with the latest tRPC release (10.45.x right now) without running into any new hiccups: https://github.com/OutdatedVersion/trpc-sse-link/assets/11138610/a75bc156-7197-4632-9b58-61e8c9ec43f9 Probably already saw it when you were...