Dmitriy Krasnikov

Results 7 issues of Dmitriy Krasnikov

### Bug report info ```plain text act version: 0.2.26 GOOS: linux GOARCH: amd64 NumCPU: 32 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock Config files: /home/dmikov/.actrc: -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest...

kind/bug
stale-exempt

The PR states that it will be backward compatible, but after migrating our project to dot.net 5.0 all previous licenses fail signature validation. Due to the fact they were signed...

I have 2 verbs `upgrade` and `validate`, upgrade has 2 options `v` and `c`, the validate has 1 option `f`. If I use them separately it all works, if I...

Install gives an error. About c++ headers here is the log file. 378 verbose unlock done using C:\Users\admin\AppData\Roaming\npm-cache_locks\nan-9704789c54ac9420.lock for C:\Source\Swimlane\Web\node_modules\node-v8-clone\node_modules\nan 379 verbose about to build C:\Source\Swimlane\Web\node_modules\node-v8-clone 380 info build C:\Source\Swimlane\Web\node_modules\node-v8-clone...

Following code generates exception in Response.cs during execution of last line. ``` using (var database = new ODatabase("OrientDbPool")) { database.Create.Class("WithBinary").Extends("V").Run(); database.Create.Property("name", OType.String).Property("value", OType.Binary).Class("WithBinary").Run(); var test = new WithBinary() { name...

Was trying to create class with list or enumerable property and are getting this error. You can easily replicate it by modifying the test case like that. ``` public class...

Hi, first of all great work. But now that RTM is out, what is the status and milestones of this and other projects on github? I would really like to...