Nick Lucas

Results 21 comments of Nick Lucas

Ideas for what could be provided: * ValidateRange(0, 1, inclusive|exclusive) * ValidateRegEx(string) * ValidateCustom(Func>)

I'd also like to see this at some point, although don't have a lot of time for it right now! If you have any basic profiles from your own testing...

@atd did you manage to resolve this? I am facing the same issue and am lost

Ahhh gotcha, thanks! I also managed to solve it. I had added `transform-es2015-modules-umd` as shown in the FAQ, but later realised this was just part of the example and removed...

+1 to using StrongNamer, I use this for WPF/ClickOnce deployments and it does the job great

The simplest solution really is to use [StrongNamer](https://github.com/dsplaisted/strongnamer), it resolves the issue automatically with a build hook. I know of very few NuGet libraries which are signed, and doing so...

Thanks @fqborges that saved me a lot of time with a freshly bootstrapped 0.68.2 app. Really was as simple as autolinking and adding that snippet. The readme instructions are pretty...

> It seems like they are planning to add this based on the v.11 migration guide: https://trpc.io/docs/migrate-from-v10-to-v11#rawinput-in-middleware-is-now-a-getrawinput-breaking Yes we had a really good crack at this last year, and basically...

> My use-case: I'm trying to make a router in a library, which can be plugged into an application's parent router for modular functionality, with the requirement that the parent...

Just remembering that in my blog post I didn't write it with external libraries in mind, it imports `t.router` directly, the tweak for an external library is simple enough though,...