Dmitry Vornychev
Dmitry Vornychev
Tested this on 2021.3.12f1 and 2021.3.13f1. It seems that Unity components for Linux are just archives of two types - some are `.tar.xz` and some are `.pkg` same as for...
Fixes https://github.com/formulahendry/vscode-dotnet-test-explorer/issues/358 and supersedes https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/371
error while processing request 'threads' (exception: Cannot access a disposed object. Object name: 'System.Net.Sockets.Socket'. at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () [0x0001b] in :0 at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags,...
error while processing request 'scopes' (exception: Object reference not set to an instance of an object ``` at UnityDebug.UnityDebugSession.Scopes (VSCodeDebug.Response response, System.Object args) [0x000ca] in :0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,VSCodeDebug.DebugSession,VSCodeDebug.Response,object)...
```properties # setup.cfg based_on_style = pep8 column_limit = 50 split_before_logical_operator = True split_penalty_logical_operator = 0 ``` Let`s consider we have such code after yapf 0.28.0 formatting: ```python # 1 if...
I tried to import IFC with grids, with one of them being `IfcPolyline` with an array of Points (N > 2). But log says ``` #121: ERROR: Found multiple curve...