silverwind

Results 1249 comments of silverwind
trafficstars

GitHub does [have this too](https://github.com/microsoft/TypeScript-TmLanguage/commit/06a03eb510673e3b4a522d90a0d1abf4d4aefa66#diff-49ead6e92962dfe487b759b1f0281380c3bd48e0d9dd9eb86ceeaddfccb5cef0). I think we can do the vertical style instead of the horiztonal one.

You mean remove the "Normal File" to make space for filename?

Multiline layout is likely a good idea here to show a sufficient amount of filename characters.

> ![IMG_3956](https://private-user-images.githubusercontent.com/18380374/334350708-40cce688-cd3e-4b56-bcb7-228046a328c3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTY4ODk4NDIsIm5iZiI6MTcxNjg4OTU0MiwicGF0aCI6Ii8xODM4MDM3NC8zMzQzNTA3MDgtNDBjY2U2ODgtY2QzZS00YjU2LWJjYjctMjI4MDQ2YTMyOGMzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTI4VDA5NDU0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhYWI2ZGU2ZGU0MjIzZDk1MDcyZDA1YzU0MTcxNWQ5Mzc0ZmM3NGM2ZGIxMDI0NjQxZWJmYzUxOWJhZDUzYjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.y0uE6YDLLtOZ3xRpv7sZfxSusKJyFUyRIcgpYtDSHQo) > > a new problem Already fixed this overflow in https://github.com/go-gitea/gitea/pull/31091, if you give it a try.

> We also need to stop loading and show a error toast here. https://github.com/go-gitea/gitea/pull/31124 takes care of those parts.

If we can achieve a dependency-free parser, integration into stylus could be as simple as adding a git submodule that points to this repo. That way you wouldn't even need...

> On second thought, I don't see it as being useful in Stylus because Stylus needs CSSLint to show meaningful error messages when trying to install/save a broken style. A...

> Stylus keeps libraries in the repo. We just have to browserify/rollup the module to a single dist file. Yeah, or keep the parser in ES5 and use a [UMD](https://github.com/umdjs/umd)...

Needs a `//nolint`?