Andrey Smirnov

Results 6 issues of Andrey Smirnov

When i try to make a reference for the 64 bit version of this file(libwkhtmltox.dll) in my Core 2.1 project i have this error coming up for me: ![image](https://user-images.githubusercontent.com/9019734/55326519-fa4fd500-5455-11e9-8be9-666a4ff3869d.png) Therefore...

I'm trying to mask a zip-code input that can be 5 or 9 characters long. I have a validation function that only allows those 2 inputs. But when i enter...

When running application with CRA / react-scripts 5.0 getting a bunch of errors like this: ``` WARNING in ./node_modules/react-bootstrap-sweetalert/dist/components/Buttons.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'C:\dev\git\solviterp\Ui\node_modules\react-bootstrap-sweetalert\src\components\Buttons.tsx'...

This is not really a bug in MySql connector but rather an observation I made when converting legacy PHP code to the .net core 5.0. I've took one of the...

When i ran unit tests on files that use `import { PickerModule } from '@ctrl/ngx-emoji-mart';` the tests are always failing since the JEST is unable to resolve the emoji module....

Is there a way to specify max file size when creating createSimpleFileLogger?