Alexander Turtsevich
Alexander Turtsevich
[ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support request => Please do not submit support request here,...
Currently, example contains the following code: ```csharp var lastFromModifiedDate = response.CustomerRet.OrderBy(m => m.TimeModified).Select(m => m.TimeModified).LastOrDefault(); await dbContext.SaveIfNewerAsync(LAST_MODIFIED_CUSTOMER, lastFromModifiedDate); ``` I've noticed that entities received in response are not sorted and...
Enhanced classes still do call parent default constructor e.g.:  `CaptureStackTrace` call is redundant, it comes from `StackTrace()` constructor. In this case, we could explicitly call `StackTrace(StackFrame frame)` with some...
### Description Example from the readme: Example: Run eslint on entire repo if more than 10 staged files ``` // .lintstagedrc.js module.exports = { '**/*.js?(x)': (filenames) => filenames.length > 10...
### Expected behavior and actual behavior. readonly grid, `editable: false`. ### Steps to reproduce the problem. select cell, press delete key, cell clears This bug was introduced here: https://github.com/TonyGermaneri/canvas-datagrid/commit/439b3376f77b4d4c0ed4a7ffcc453c47deee9226
Sample file: ```csv -63.00,"EUR","NC ","" -70.00,"EUR","NC ","Issue Receipt "Witho" -45.00,"EUR","NC ","" ``` Result: ```csv "-63.00", "EUR", "NC", "" "-70.00", "EUR", "NC", "Issue Receipt Witho -45.00,EUR,NC ,"" ``` Single quote marks...
That is, if ICQ is running audiodg.exe constantly consumes 1% CPU and drains battery. Windows 10 Pro, ICQ 10.0.12161
The issue is rare, but still possible. Migrations fail with message that there are pending changes when in fact everything is OK. The following code is problematic: ```csharp public static...
### Which @angular/* package(s) are the source of the bug? service-worker ### Is this a regression? No ### Description This issue follows #44044 that was closed. Configuration: ```typescript ServiceWorkerModule.register('ngsw-worker.js', {...
I got many random issues trying to run tests using console runner, but finally I found a reason. Basically, bin folder contains blank dll ("\bin\Debug\net7.0\Microsoft.Data.SqlClient.dll"), which should be resolved to...