Igor Melnikov

Results 5 issues of Igor Melnikov

Is it possible to create network with different outputs kind? For example, some outputs should be probability outputs (using softmax), some should be scalar values (from 0 to 1). If...

Assume we have API return model in C# public class ApiResult { public T Result; public bool Success; } and returning `ApiResult` object instance to client so we have swagger...

# 🐛 Bug Hello, i have a bug, when call `signMessage()` immediatly after `connect()` ## To reproduce Call: ``` await window.aptos.connect(); await window.aptos.signMessage({message: "msg"}); ``` Returns error after connect form...

bug

Assume we have expression to property: `` When i am building my project with `ssisbuild`, this expression is removed. Possible place where this is happen: https://github.com/rtumaykin/ssis-build/blob/dac34b52395efc2a40e6ec901d2f254d6880a136/src/SsisBuild.Core/ProjectManagement/ProjectFile.cs#L159-L160 But this behaviour is...

Please clarify and document failed process exit codes