i'DLisT

Results 7 issues of i'DLisT

Firstly mentioned in [tauri#3040](https://github.com/tauri-apps/tauri/issues/3040) and also in #376. That is to say, when hover the cursor **inside the dragging room of resizing operation** on the border of a frameless window,...

type: bug
platform: Windows
priority: low

Although it would disappear again when closing and re-opening the Start Menu, it would still be a bit annoying if it continues reappearing when I do some modification to the...

平台是 Windows 11。 似乎 `setPosition` 不会考虑屏幕的缩放倍率: 我的场景是我想做一个能够记录窗口位置的功能,而我平时用两个显示屏,主屏幕缩放率 250% 放在右边,而副屏幕 100% 缩放倍率放在左边,主屏幕的左上角和副屏幕的右上角对齐。 当通过 `getPosition` 获得了窗口位置,再用 `setPosition` 还原时,如果窗口在副屏幕上,它的实际位置会变成 位置 * (主屏幕倍率 / 副屏幕倍率) (在这个情况下也就是 2.5 倍),结果就是随便挪挪窗口就跑出屏幕外拖不回来了 🤔 虽然应该是可以通过 `screen_retriever` 的数据在 Dart 端手工计算正确的位置,但是显然如果...

**Is your feature request related to a problem? Please describe.** As newer CSS frameworks comes by, custom at-rules other than those Sass defines continuously appears. However, sometimes the highlight after...

enhancement

### Describe the problem related to the feature request 写插件的时候偶尔会期望指令不自动根据字母顺序排列,而是手动指定顺序 ![image](https://user-images.githubusercontent.com/29368226/154191370-363d2c7a-7932-4e08-8507-7cc0215b8e65.png) 比如上图中会更加期望指令以 现在、昨日、周、月、年、总计 的顺序排列,而不是自动字母顺序(现在这个看起来就很生草) ### Describe the solution you'd like 给指令(`ctx.command`)新增一个配置项(比如 `order`?先假设是 `order`),用来指定顺序,`order` 是一个数,不设置时默认为 0(或者其他值?),指令按照数值从大到小(或者从小到大?可能更倾向于从大到小)排序,`order` 相同时按照字母顺序排序 ### Describe alternatives you've...

feature

For example, with this option, I can change the currently default "New tab" to "My bookmarks" or "Clusterf*cks" or something else... 🤣 I didn't find an option to rename the...

enhancement

```sass @use './vars' as vars .a-class color: vars.$green ``` This is valid Sass and should get converted, but the site gives "malformed input" error. As `@use './vars' as *` with...