Nickolay Batov
Nickolay Batov
Currently the `vendors` and `polyfills` bundles are created as separate entry points. However, in Webpack 4 this is not acceptable. From [the documentation](https://webpack.js.org/concepts/entry-points/#separate-app-and-vendor-entries): > In webpack version < 4 it...
### Description When using `WhoseValue`, the information about the checked key is lost, which can be misleading. ### Complete minimal example reproducing the issue ```csharp // arrange var dict =...
Hello! I've noticed an issue when using `Caliburn.Micro` to connect `Views` and `ViewModels` in `TabControl`. Some of the `ElementName` bindings are not working, and what's interesting is that it happens...
**Software versions** MySqlConnector version: 2.2.5 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 8.0 .NET version: 7.0 **Describe the bug** This is a child issue from #1302. When opening...
Please add an option to view only changed lines of files, like on GitHub! Suppose the following example: I have changed **many** files, but only one line in each file...