Plamen Tanov

Results 15 comments of Plamen Tanov

Hello @stephanebachelier, My point is not about how to match a given attribute (the sample code for matching was taken from the grunt-usemin source), but that when an attribute is...

@stephanebachelier, I think that we are talking about different things. When I have the attribute data-ng-model="" it is matched by usemin (which is expected and is NOT the problem). The...

OK, thanks One solution I can think of is changing these lines in the file: https://github.com/yeoman/grunt-usemin/blob/6119f90bde1c64eddfe1d2717ad98dead9f73768/lib/fileprocessor.js#L187 ``` var identity = function (m) { return m; }; // Replace reference to...

In this fix we first try to get the value of `languages` list (if available) before using the default value for `languages_short_text`. We don't need initialization of `languages` in `DEFAULT_SETTINGS`...

Actually you have to reference `stage-1` in `stage-2` otherwise `stage-1` won't be called at all. Probably it will be better if you have something like: ```Dockerfile FROM alpine AS stage-1...

As a workaround you could use code snipped mentioned here:

Created similar issue for TGI here: https://github.com/huggingface/text-generation-inference/issues/2376

Hello, I tested this PR and I can confirm that it works in my case - opentelemetry trace is propagated from request to TGI. Thanks @kozistr !

Hi @ErikKaum , sorry for the late reply :( Yes, it is exactly as described by @noyoshi - it is usually done automatically by the framework. The format of the...