Eugene

Results 15 issues of Eugene

Color functions work a bit wrong. We need to round some values to get right results.

According to tests (117ce15f0f): ``` .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn .caret, ... ``` And are missing

> Fixes #5024 > Fixes #5011 ## Changelog Entry Add the `dist/webchat-esm.mjs` distribution, to make WebChat easier to import in environments preferring ES modules ## Description Added a new build...

> Fixes #5022 ## Changelog Entry ## Description This improves samples so they don't include non-recommended `createStyleSet` usage to avoid new users confusion. ## Specific Changes - Updated wording to...

> part of #4968 ## Changelog Entry (No changelog entry for code hygiene tasks) ## Description Address the first 3 suggestions from #4968 ## Design ## Specific Changes List of...

## Description This fixes `js-yaml` package replaced `safeDump` in v4 with `dump` #minor

## Description For now this does the following: - ensure we don't use predefined endpoints and rely only on the endpoint given by PVA Note that PVA deeplink generation was...

## Description ## Task Item ## Screenshots #minor

Hello community, I faced a requirement of having an HTML parser. I have tried the HTML parser available with lua [msva/lua-htmlparser](https://github.com/msva/lua-htmlparser), but unfortunately, it did not work for me failing...

This holds minimal updates required to contributing guide after Electron upgrade work and other package updates. Fixes #2453