Benney Au
Benney Au
hi, I am trying this template and using the ES2015 webpack config and it appears to be working for app specific code. For example I edit the car.ts file and...
Great plugin! I would like to add the option for this plugin to collapse indents. Some code bases I work on use 4 spaces per indent. However I have limited...
Is it possible to run the Confluent Control Center against Azure Event Hubs Kafka API? I am running kafka connect in Azure app service as a container and my docker-compose...
I am trying to connect kafka connect to event hubs based on information in this guide. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-connect-tutorial I've tried to connect but I get the error; ``` Caused by: org.apache.kafka.common.errors.TimeoutException:...
`App.Metrics.HostedMetricsReporterBuilder.CreateClient` supports customising the request pipeline by using http handlers. however this method is internally. Change the public methods to pass this variable to allow consumers to customise the request...
Great library! I am generating union types for my domain for a graphQL backend. I am trying to do this: ```csharp [Union] public interface IAppNotificationData { IAppNotificationData UserInviteV1( string type...
### Description If [this RFC that allows type providers to generate types from types](https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1023-type-providers-generate-types-from-types.md) ever gets implements (its been marked as started for a few years now) would it be...
Currently there are only two benchmarks for performance and one of them is missing a baseline cse. Autofac.Benchmarks.DeepGraphResolveBenchmark Autofac.Benchmarks.RootContainerResolveBenchmark Add additional benchmarks for resolving using different features such as: -...
### Description The docs are missing info on TempTableDefinitions and TableVarMapping on the SqlCommandProvider. ### Expected behavior All options should be documented. ### Actual behavior Go to http://fsprojects.github.io/FSharp.Data.SqlClient/configuration%20and%20input.html and they...
I was wondering why `FSharp.Data.SqlClient.DesignTime` and friends are implemented as a class with a private constructor instead of simply being a module with let bound functions. Wouldn't this be more...