Nenad Vićentić

Results 42 comments of Nenad Vićentić

@jonasmidstrup @mivano Guys, I am done with changes concerning this task. Please take a look when you have time. Most important changes are: - `DetectElasticsearchVersion` is now set to `true`...

@mivano I updated both `ReadMe.md` and `Changes.md` to reflect the changes. Also, I investigated tests issue a bit deeper, including updating `GitHubActionsTestLogger` NuGet package, which gave a bit clearer messages....

> Any progress on this? Unfortunately, nothing conclusive. I have tried to finish this feature, but insistence to add Elasticsearch v8 template in the same pull request also lead to...

@mivano Thank you for context and additional explanation. It helps to wrap my head around some of the issues I faced. I will put additional into this feature and try...

Currently, using `Serilog.Sinks.Elasticsearch v9.0.0`, it is possible to integrate `Elastic.CommonSchema.Serilog.EcsTextFormatter` using the `customFormatter` options, as shown in the extract of `appsettings.json` bellow: ```json { // .... "Serilog": { "Using": [...

@3cp I made a pull request with both suggestions. However, I, while testing the skeleton, have uncovered several other, unrelated issues. 1. Source maps produced by Parcel are not working...

@3cp Just a note - I tested an example from Webpack's (`version 5`) [getting started](https://webpack.js.org/guides/getting-started/) in combination with Yarn's Plug'n'Play. Everything works seamlessly. So issues from point 2 is likely...

Is there any update on this issue? I am facing similar bug. My route is defined as: `{ route: "copy-item/:id", nav: false, navigationStrategy: (i) => { i.config.redirect = "edit-new-item"; }...

@MichaelHeerklotz Is it possible to make your `Piwik.Tracker` support both **.NET 4.0+** and **.NET Core 2.1+** at the same time? That way you can make pull request and have everything...