MihailsKuzmins

Results 17 issues of MihailsKuzmins

I have experienced problems with UploadFileAsync and Overwrite when the file on the FTP server is deleted, but for some reason (sorry, I do not have logs) upload of a...

enhancement
major

Currently in MergeWithOutputAsync it is only possible to output: - action: "inserted" or "updated" - result [INSERTED] - result [DELEETED] In the SQL Server it is also possible to output...

I haven't found a similar issue, but please redirect me if it actually exists. (I apologise if I've created a duplicate by accident) I have a problem with this code...

improvement
workitem:propose-close

PR for the issue #1441. - created `QuoterOptions` which is passed to all Quoters - handle enum values by `EnumAsUnderlyingType` (false - stringm true - numeric). Default value: false, i.e....

**Describe the solution you'd like** Currently Coravel supports configuration for "Mail" and "Queue", but not for "Scheduler" Configuration of `IScheduler` has a lot of handy extension methods in code, however,...

If a directory does not exist, an exception is thrown, therefore, I need to call `Directory.CreateDirectory("my path")` myself. Could you please add this code in the `ExportToFile` method?

A class `ProgressBar` creates a `ProgressBarTwoLine` or `ProgressBarSlim` under the hood. Both of them have a field `_current`, however, for the time being only `ProgressBarSlim` exposes the current value. Could...

feature request
version 7
now available to test in V7 alpha release

I tried to use com.github.angads25.toggle.widget.LabeledSwitch with the Data Binding Library and I got the following error in the build: android.databinding.tool.util.LoggedErrorException: Found data binding errors. ****/ data binding error ****msg:Could not...

I have a question about the decimal implementation [here](https://docs.microsoft.com/en-us/dotnet/architecture/grpc-for-wcf-developers/protobuf-data-types#decimals) The provided example does not handle `decimal.MaxValue` or `decimal.MinValue` (please see a screenshot below). Is it by all right to assume...

doc-enhancement
Pri2
dotnet-architecture/prod
grpc/tech

According to the documentation (https://www.papaparse.com/docs#unparse-config-default) `unparse` does not provide `"transformHeader"` functionality, so it is not possible to customize the headers while preserving the original object. Are there any plans to...