Sam Blowes

Results 135 comments of Sam Blowes

I know there are some issues when using directories other than the root public dir https://github.com/nuxt/image/issues/1006

Me too! The issue occurred for the first time for me when upgrading from `0.1.39` to `0.2.2`

Yes please! According to the [spec](https://github.com/junit-team/junit5/blob/main/platform-tests/src/test/resources/jenkins-junit.xsd#L108-L113) these attributes are optional, and vitest does not generate them.

Looks like Vitest added support for these attributes here. https://github.com/vitest-dev/vitest/commit/d050604f1995b53e1b70b32bee821f01ad3e0797 [v0.25.4](https://github.com/vitest-dev/vitest/releases/tag/v0.25.4)

I dont see the issue here, the result is exactly as your mask is specified.

I know there are some issues when using directories other than the root public dir https://github.com/nuxt/image/issues/1006

I know there are some issues when using directories other than the root public dir https://github.com/nuxt/image/issues/1006

Perhaps the use of `text-overflow: ellipsis;` could be of some use for a fix. https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow

Its worth looking at the clear selection button in this as well, It also has layout issues. ![image](https://cloud.githubusercontent.com/assets/308572/8033478/86eb2976-0dd6-11e5-87fd-9ef23dcc9067.png)

After just a few lines of css; ![image](https://cloud.githubusercontent.com/assets/308572/8033545/2419e606-0dd7-11e5-9728-edd9960909f4.png) ``` .ui-select-match-text{ width: 100%; overflow: hidden; text-overflow: ellipsis; padding-right: 40px; } .ui-select-toggle > .btn.btn-link { margin-right: 10px; top: 6px; position: absolute; right:...