Ares Andrew

Results 27 issues of Ares Andrew

Expected: from a flutter app: The square in the back has thinner stroke than the front one. As a result, the icon looks a bit inconsistent:

### Check for existing issues - [X] Completed I think it's a common and useful feature, since the mainstream editors (IDEA, VS Code) all support it. ### If applicable, add...

enhancement
editor
potential extension
theme

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it ![image](https://github.com/zed-industries/zed/assets/40336192/091f749f-28de-4dd7-a9dc-7c988c2cb8f5) Goland: ### Environment Zed: v0.124.6 (Zed Preview) OS: macOS 14.3.1 Memory:...

defect
popovers

Hi, thanks for this awesome library! I've been using it for a while. So I'm using the `ComboBox` for a font selector, and there are a lot of fonts installed...

enhancement

When the `MenuFlyoutSubItem` appears, it quickly moves a short distance to the lower right corner. https://github.com/bdlukaa/fluent_ui/assets/40336192/8d3a0592-5ce8-4058-b8ab-de450ca35bec

bug

![image](https://github.com/bdlukaa/fluent_ui/assets/40336192/437a9f32-6132-4741-8ad1-d42575bc59a0)

enhancement

Given the following json and jsonpath expression: ```json { "server": [ { "key": "op_host", "props": { "isEncrypt": true } } ] } ``` `$.server[?(@.props.isEncrypt == true)].key` the following code can't...

[windows](https://github.com/microsoft/windows-rs) is maintained by Microsoft, while winapi seems to have stopped being maintained two years ago.

https://github.com/baumths/flutter_tree_view/assets/40336192/8fb96bc3-18ca-4275-a1c7-b332b5683206 I tweaked `examples/minimal.dart` a little bit to get minimal reproducible code: ```dart import 'package:flutter/material.dart'; import 'package:flutter_fancy_tree_view/flutter_fancy_tree_view.dart'; import 'package:uuid/uuid.dart'; class Node { Node({ required this.title, Iterable? children, }) : children...

bug

> GmSSL 3 采用了cmake构建系统。下载源代码后将其解压缩,进入源码目录,执行: > ``` > mkdir build > cd build > cmake .. > make > make test > sudo make install > ``` 我只能得到位于 `/usr/local/lib` 目录下的一个动态库(`libgmssl.so.3.1`)和两个软链接(`libgmssl.so`, `libgmssl.so.3`),然而:...