krulci

Results 49 comments of krulci

Issue solved Memory dumped dlls have to input il2cpp dump address in the import options

Even in the case of all option false I am unable to load the dll and the app closes

I was gonna ask the same issue. I solved my problem.

Download the launcher for this game: [Umamusume.7z](https://file.io/MIAu39zpfYr1)

> duplicated to https://github.com/BepInEx/BepInEx/issues/424, edit the name of the folder could fix such issue. > > > > To what should I rename it to? The folder is already alphanumeric.

``` public class GitCommit { public void CommitToRepo(string ProductRoot, string DataRoot) { var Client = new GitHubClient(new Octokit.ProductHeaderValue("my-cool-app")); var Owner = "krulci"; var RepositoryName = "dmm_gameplayer_filelist_diff"; Client.Credentials = new Credentials(File.ReadAllText("Data\\Personal_Access_Token.txt"));...

The project's ultimate goal is to commit these files separately so that each files has specific comment. Due to this reason, I chose to commit each file separately instead of...

I was looking for this feature earlier. The only thinging I was able to figure was that update method. I don't see something that could push multiple commits with octokit

I use Octokit because I needed a solution to programatically do commit since this project's is also a scheduled crawler which I do plan on converting to a background app...

Thanks for your suggestion I was able to get commit and push. I understand this might be better to post as an issue in libgit2sharp. However, does this library you...