Ares Andrew

Results 27 issues of Ares Andrew

We are unable to run the binary compiled with xgo-1.21.1 on an older system (glibc 2.27). Is there any workaround to resolve this issue? Thank you! ![image](https://github.com/techknowlogick/xgo/assets/40336192/31bc58fe-324d-4438-a64d-6874024aed1a)

```go package main import ( "gopkg.in/natefinch/lumberjack.v2" "log" "time" ) func main() { lj := &lumberjack.Logger{ Filename: "test.log", MaxSize: 5, // megabytes MaxBackups: 3, } if err := lj.Close(); err !=...

### 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...

theme
needs infrastructure

I can't find relevant code in example: https://github.com/infobloxopen/protoc-gen-gorm/blob/d01055310675dcfc56f60fc9ce6c2b351f58b2de/example/feature_demo/demo_types.proto#L73-L111

Hi, I've been using superfile for a while now, and I think it's a fantastic project! However, I've noticed that there isn't a fuzzy search feature for files, which I...

idea

As the title says, I find it especially useful in context menus. And it seems like a well-known design.

enhancement

```console ../lib/src/app.dart(521,9): error GC6690633: No named parameter with the name 'checkerboardRasterCacheImages'. [D:\Developer\Projects\new\fluent_ui\example\build\windows\x64\flutter\flutter_assemble.vcxproj] ../lib/src/app.dart(551,7): error GC6690633: No named parameter with the name 'checkerboardRasterCacheImages'. [D:\Developer\Projects\new\fluent_ui\example\build\windows\x64\flutter\flutter_assemble.vcxproj] C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom...

bug