Eduardo Pellenz

Results 9 issues of Eduardo Pellenz

### Description When trying to play Valheim from Steam, the game looks very dark. The print is from the main menu, but when playing the game the same thing happens....

bug

## Use case I'm currently writing a chart library for the company that I work for. After some research, we didn't find a good package that have the features that...

c: new feature
framework
engine
platform-web
customer: google
c: proposal
P3
team-web
triaged-web

## Steps to Reproduce - Just change between aspect ratios ## Expected results Don't try to render the previous preview on a different aspect radio. I think the ideal should...

## Steps to Reproduce - Zoom in - Tap the zoom indicator to reset the zoom - Zoom again ## Expected results The second zoom should start from 1x and...

## Proposal When recording there is not duration indicator. I've tried to implement my own, but it doesn't work properly when opening for the first since, since the event of...

We are using tsoa to build a BFF, so we are using the default `noImplicitAdditionalProperties` config so we only define the values that we need and the other ones are...

**Describe the bug** A SVG that we are using is not been rendered. After some testing, seems to me that `1em` is not been handled correctly. Changing to `36` works....

**Describe the bug** If I use a `Inlined`, trailing space is ignored but the leading not. The same happen if I use a Text with Row. Seems to be a...

**Describe the bug** When using the `.Text(text => {...})` component, the text is not vertically aligned correctly when using with `TextInjectedElementAlignment.Middle`. --- **To Reproduce** ```csharp page.Content().Column(column => { column.Item().Text(text =>...