Francisco Requena
Francisco Requena
Thanks for the tip. I've tried this: Copy `NuGet*` files on `/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/Current/bin` into `/usr/local/Cellar/docfx/2.59.2/libexec`. It removed the warnings about NuGet, however, I still get: ``` frarees@MBP18 unity-test % docfx metadata...
> I would confirm with Ryphecha first if there are any compatibility issues before I added support for this. 👍 > Downloading the original retail BIOS files are not a...
Note that Unity plans on having MSBuild support in the near future ([source](https://forum.unity.com/threads/unity-future-net-development-status.1092205/page-19#post-8088560), [details](https://youtu.be/T6HhePbyAsg)).
Check out [my fork](https://github.com/frarees/typometer) (specifically https://github.com/frarees/typometer/commit/cb9cc0942ca2de2c9d38e5a24e99f748357a50df).
There are different reasons for these to occur, and indeed the output is not helpful at all. @jamespharvey20 in your case, the dot distance seems uniform, but the anti-aliasing is...
Increasing the pattern length as @hmage suggested works, since the average distance gets accurate enough. Filling the whole line would be the safest. https://github.com/frarees/typometer/commit/ea573214f42b5f364745f97a98689a85365acf57 did it for me, but I...
Check out [my fork](https://github.com/frarees/typometer) for an implementation (specifically https://github.com/frarees/typometer/commit/0bb28184b5fa324378ce681437fe3d070a29d2e2).
Nothing to worry about for now. It warns that there's a reflection being made (illegaly?) over `background`. I've tried getting rid of it, but the colors in the table view...
Copy-pasted your command. It returns: ``` E121: Undefined variable: e E116: Invalid arguments for function job_start ``` Invoking through `:!...` gave me this tho: ``` /Users/frarees/.cache/omnisharp-vim/omnisharp-roslyn/run: line 19: mono: command...
Tried your command, gives me no output this time. `!which mono` says mono not found tho. Huh