Niko Kovačič

Results 12 comments of Niko Kovačič

@rickduarte @pkmccaffrey There was a misstype, @ericnewton76 probably meant ``` var request = new GeocodeRequest(); request.Address = new LatLng(30,-70); var service = new GeocodeService(); var result = service.GetResponse(request); ```

I installed NVM in a global folder like @JohnMilazzo suggested and it started to work AFTER I logged off in all accounts and restarted Windows.

Also getting a duplicate error, this issue is preventing SignalR integration with both websocket and long polling support. They both have the same PathTemplate but different DownstreamScheme.

I wanted to you use it for client side external library lazy loading (Youtube api, google maps,...). Because of continous deployment it better if the library can be loaded from...

@holm @doctorrokter any chance of merging this? Would enable custom logger usage in combination with `nestjs-sentry`.

Would be great if this could be merged, had a few issues guessing the correct types for props.

But you cannot `import * as angulartics from 'angulartics'` which means that UMD is not natively supported. Is there a option for a PR to include it to the build...

Another parameter for refetch, where you could override more properties of useQuery (including fetchPolicy) is much needed. It would be also useful in react-native apps, where this could be used...

After updating to `zod 3.23.8` this issue started appearing for me. Updating `@hookform/resolvers` to `3.3.4` does not help. TypeScript error message: ```` Argument of type 'ZodObject' is not assignable to...