Nenad Vićentić
Nenad Vićentić
# 🐛 Bug Report When using Aurelia 2 bare-minimum template, with Dumber, TypeScript and SCSS, in combination with explicit routing and a child component, *ANY* change to the content, no...
Frequent scenario in web site development: enhancement (hydration) of a part of an HTML document pre-rendered by a server, is currently partially supported by Aurelia 2. For this type of...
**I'm submitting a bug report** * **Library Version:** 1.0.0 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Browser:** all * **Language:** TypeScript 3.4.5 * **Loader/bundler:** RequireJS/Aurelia...
**I'm submitting a bug report** * **Library Version:** aurelia-cli v1.0.0-beta.9 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** v10.13.0 * **Yarn Version:** 1.13.0 *...
Consider adding support for localization of HTML templates. Currently, strings like "Username", "Password", "Local Login", etc are hard coded inside of HTML templates. Only way to add translations ``` Username...
There are a lot of use-cases where we operate with streams or byte arrays, instead of files written on the disk. For example web server, loading data from different data...
Automatically handle `TypeName` parameter for different versions of Elasticsearch (<7, 7 or higher)
**What issue does this PR address?** - Changes default `TypeName` behavior to fit compatibility with Elasticsearch version 7, 8 and higher, instead of 6 or lower. - When options `ElasticsearchSinkOptions.DetectElasticsearchVersion`...
This is a suggestion for a *new feature* in version 9. Simplification of the way `Serilog.Sinks.Elasticserach` handles different version of `Elasticsearch` backend. If `TypeName` parameter has not been explicitly specified...
**What issue does this PR address?** Fixing the error when opening `serilog-sinks-elasticsearch.sln` in Visual Studio **Does this PR introduce a breaking change?** No. **Please check if the PR fulfills these...
**A few questions before you begin:** > Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks](https://github.com/serilog/serilog/wiki/Provided-Sinks) or [community projects](https://github.com/serilog/serilog/wiki/Community-Projects). This issue list is intended...