Cedric
Cedric
Hi, I created a LoggerService : public class LoggerService : ILoggerService where T : class { private readonly TelemetryClient _telemetryClient; private readonly ILogger _logger; public LoggerService( TelemetryClient telemetryClient, ILogger logger...
Hi, When I generate the Typescript Api Services from a C# API, I have an issue with Exception class generated by NswagStudio: ``` export class ApiException extends Error { message:...
Hi, I have a strange situation with a random SwaggerException. I have logged (a lot) the server side to be sure that I have no error, no exception and the...
Hi, I m trying to understand how SignalR works with Authentication, so thanks for your work, it s helpful. About this page: https://github.com/damienbod/AspNetCoreAngularSignalRSecurity/blob/master/DirectMessagesAngular/angularApp/app/directmessages/directmessages.service.ts I read that you can use this...
Hi, I would like to use the INameResolver for queue trigger like it's available in Azure WebJob. I know it was not available in the past, but is it plan...
Hi, If it's not possible to disable the popup to get the current location (https://github.com/ng2-ui/map/issues/295), at least could it be possible to not move the map to the current location...
Hi, Each time the ngui map display the google map, there is a popup asking for position. I would to disable by default the position. Why? Because, currently we dont...
Hi If the user doesnt allow to access to his current position, I have this error message: ngui-map: Error finding the current position Is there a way to fix it?
Hi, how to set up the "later.parse.recur()" to set Monday as the 1st day of the week? I would like to specify in my calculation, that the occurence should happen...
Hi, In my app, the first day of the week is monday, so when I call: var scheduler = later.parse.recur(); scheduler.on(1).weekOfMonth(); later.date.localTime(); var result = later.schedule(scheduler).next(1); the result is not...