Gleb Krasilich
Gleb Krasilich
# Bug description Garry's Mod Dedicated Server is not able to load Gmod.NET on Ubuntu 18.04 (newer versions work just fine). Error message: ``` [ERROR] lua/autorun/start.lua:1: Couldn't load module library!...
# Description Some of our method contracts in the `ILua` interface have `in` modifier for string parameters (like `ILua.PushString`). Such modifiers are unnecessary and were introduced by mistake on the...
# Description When loading module by name, module and its dependencies must be placed in `garrysmod/lua/bin/Modules/ModuleName` where `ModuleName` is exactly module's main assembly name. Any typo in folder name will...
Git commit objects (and possibly objects of other types) can have additional headers. Here is an answer by `andrewdotn` on [stackoverflow](https://stackoverflow.com/questions/20099671/can-additional-data-be-put-into-a-git-commit-object): ``` Yes, you can totally put more fields called...
@KalleOlaviNiemitalo noted in https://github.com/dotnet/Nerdbank.GitVersioning/issues/702 that Nerdbank.GitVersioning managed git implementation does not supported `@` syntax for specifying revisions as documanted in https://git-scm.com/docs/git-rev-parse#Documentation/git-rev-parse.txt-emem. In fact, the major part of the revision specification...
Early in the development I have made a misguided decision to trim dangling EOL symbols from the end of the commit messages. Right now I see that the library must...
Consider the following Idris2 code: ```idr module Main data IndexIn : Unit -> List Unit -> Type where Here : IndexIn x (x::xs) namespace ListOfIndices public export data ListOfIndices :...