Results 4 comments of Anthony Kuske

Hi @arvenil Thanks for this package. I see you've made some significant changes in master. If there is any chance of this PR getting merged I will update it to...

Hi @arvenil and @deminy I've remade this PR based on the latest master, and without the destructor/exception changes. Would you mind giving it another look?

Would a comma not be the more common thousand separator?

From looking at the source it appears you can do this, it's just not documented: https://github.com/umami-software/umami/blob/12cf66861c19ac39d4a3eafd40e77de1905a77ac/src/lib/detect.ts#L146 ``` export async function getClientInfo(request: Request, payload: Record) { const userAgent = payload?.userAgent ||...