Results 15 issues of yafacex

### Issue type - **Question:** ### Prerequisites I have a grammer like : Data_Type Data_Name : Data_Description1,Data_Description2 , but :Data_DescriptionN is optional (in other words,at most N), is there a...

In project “ImGui.NET.SampleProgram.XNA” at master branch. SampleGame.cs protected override void Initialize() { _imGuiRenderer = new ImGuiRenderer(this); _imGuiRenderer.RebuildFontAtlas(); base.Initialize(); ImGuiIOPtr io = ImGui.GetIO(); //io.Fonts.AddFontDefault(); io.Fonts.AddFontFromFileTTF(@"C:\Windows\Fonts\simhei.ttf", 20.0f, null, io.Fonts.GetGlyphRangesChineseSimplifiedCommon()); _imGuiRenderer.RebuildFontAtlas(); } I...

在变量名后输入点 或者 冒号有可能出现几秒的卡顿。能否暴露最大遍历次数到配置文件里。

loginserver_authenticate_backend = "192.168.56.101" loginserver_authenticate_endpoint = "/auth.php" What's that?I can't run because of this.

How to convert all Statement.Vars to string? as redis key for me I can switch case all types,such as int32 bool string ,etc. and convert them to string. But it's...

type:missing reproduction steps
status:stale

I modify something to make it run on Windows node-file-manager.cmd "%~dp0\node_modules\node-file-manager\bin\node-file-manager.bat" %* node_modules\node-file-manager\bin\node-file-manager.bat %~d0 cd %~dp0../lib node --harmony index.js %* I hope it can be used in npm,otherwise i will...

如题,例如**Resources**下 的方法 **public unsafe static void InstanceIDsToValidArray(NativeArray\ instanceIDs, NativeArray\ validArray)** **Transform**下的方法 **public unsafe void InverseTransformDirections(ReadOnlySpan\ directions, Span\ transformedDirections)** 不排除这些方法,生成的代码会报编译错误。 **生成的代码:** if(gen_param_count == 2&& translator.Assignable\(L, 1)&& translator.Assignable\(L, 2)) **报错:** error CS0306:...

语法检查可以提供命令行工具吗?方便ci集成