Eric Sundquist

Results 16 comments of Eric Sundquist

Would also be great to have the ability to change the font-family!

Commenting to prevent the bot from closing this as stale. Would really be good to access test status in after each without having to hack Jasmine.

I don't know if this project is maintained anymore; I found a workaround to the issue by disabling `TypeScript > Preferences: Prefer Type Only Auto Imports` in VS Code settings;...

@mayank99 We experience this issue with modals that have tables in them in our app. Here is a code sandbox that can reproduce the issue. https://codesandbox.io/s/blurry-text-dialog-qf94c5?file=/src/App.tsx It is more clear...

@mayank99 It looks like this is still an issue when there is a table inside an expandable block. Not sure how common the use case is, but maybe it means...

It took a while, but I found that if you change `height: 100dvh` to `height: 100%` in the demo app, it causes blurriness. Unfortunately, trying to use `height: 100dvh` in...

I also noticed a table in an info panel was blurry.

Here is another example of blurry text on a tile inside a draggable dialog. https://stackblitz.com/edit/github-rfuo7n?file=src%2FApp.tsx ![image](https://github.com/iTwin/iTwinUI/assets/15036346/1eabc849-f160-4c9b-944b-b1f3c0435452)

> I should have asked this before, but can you try running with `--env-mode=loose` and see if the cache saves to the correct place? Same - this is an okay...

> Could either of you provide a repro app? I want to test #8615 and make sure that `SystemRoot` is the only env var that needs to be passed through....