Nenad Vićentić
Nenad Vićentić
### Decorator issue I could not make decorators work. I tried what you suggested, but without success: ```html import { Aurelia, StandardConfiguration, observable } from 'https://cdn.jsdelivr.net/npm/@aurelia/[email protected]/dist/native-modules/index.js'; class MyApp { message...
> You can already exclude the router, fetch, etc by using specific packages rather than the top level `aurelia`. In my initial example I already used `@aurelia/runtime-html` and not full...
> You can't use TypeScript decorators in JavaScript. Yes, it's clear. I already wrote that in detail above. TypeScript emits `__decorate` and `__metadata` helper functions to support decorators functionality. >...
@timfish I think you have to read the issue and subsequent reply with example code more carefully. Documentation you provided solves only one specific situation, replacement for `@inject` decorator. This...
@3cp I think combination of cli-bundler and dotnet-core project is valid to have, even without tight development integration and hot-module-replacement in place. I am actually using it like this for...
@3cp I did not manage to connect `aurelia-cli` with dev middleware myself, but project templates for .NET Core which @brandonseydel suggested above have implementation that works. It uses middleware from...
I am also having issues with `Serilog.Sinks.Elasticsearch` to Elasticsearch 8.x. I would just love that, whatever implementation goes forward to fix the issue with `8.x` does not break `7.x`. We...
Will this issue be fixed for final 2.2 release?
I tried this approach with my fork. This particular [commit](https://github.com/serilog-contrib/serilog-sinks-elasticsearch/commit/f6286c0639c2b153a033c152f956e8cbc0c419e0). It works for my use-case (tested against Elasticsearch `5.6.16`, `7.17.5` and `8.3.3`). Not sure if it creates problems for other...
@jonasmidstrup Yes, I can make PR out of this. However, I think I would need someone who has a bit more context and historical knowledge of the project. For example,...