Adam Reed
Adam Reed
Getting errors when trying to upload :( (node:16896) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting...
We have implemented provisioning with Jitsi, however it looks like : props.hsql.script exists and is acting as the primary configuration file for Jitsi. How do we configure a SIP Extension...
If the data starts with a dollar sign $, the sort is broken.
This was possible with original library: ``` using (var workbook = new XLWorkbook(XLEventTracking.Disabled)) { var report = workbook.AddWorksheet("Report"); using (var csv = new CsvWriter(new ExcelSerializer(report))) { csv.Configuration.RegisterClassMap(); csv.WriteRecords(output); } workbook.SaveAs(office.ReportFolder...
ExcelParser seems to support CsvConfiguration but I don't see a method to do that for writing?
` using iModel model = Library.loadModel(cla.model); ` I am doing some testing with 2 x RTX 3070s that are showing as the same name, I think it would be helpful...
I was not having much luck with diarisation using the SDK so I moved to Stereo recordings where each channel is a side of a conversation. Does anyone know how...
## Describe the feature Redis supports an atomic counter using the INCR command, I believe this would be of great value to Dapr! https://redis.io/commands/incr/ ## Release Note RELEASE NOTE:
If you could provide the MySQL database for this project, it would be greatly appreciated! =D
This is an example of implementing a Source Generated Service Endpoint helper for registering endpoints using Attributes. See the example project in `tests/EndpointRegistrationTest` Usage: ``` await using var nats =...