Ivan Bobev

Results 8 comments of Ivan Bobev

@locriacyber Could you provide a minimal reproducible example, please?

@locriacyber > git hash: couldn't determine git hash This looks very strange.

> Maybe nimble should do that automatically? Make a backup of that folder, extract package names, delete the folder, populate a new folder with the packages? @narimiran This was my...

Hi. Sorry for the big delay, but it happens that some personal engagements appeared and I don't have enough time to continue on this for now. I have desire to...

@ndon55555 Deep sorry to everyone for the big delay, I don't work full time on the task and I was plagued by different unexpected engagements and other personal issues. In...

I have the same problem. On Windows the build fails with: > asyncpipe.nim(260, 16) Error: undeclared identifier: 'PCustomOverlapped' The build is easy to fix by importing `asyncpty` in `asyncpipe.nim`, but...

I found that the error happens only when there are more than one asynchronous processes. Then the program enters in the following [branch](https://github.com/nim-lang/Nim/blob/836b061ae30bb471dc7deef41bb454e1d047bab7/lib/pure/asyncdispatch.nim#L972).

> > > you still get error after this ?[84ced6d](https://github.com/cheatfate/asynctools/commit/84ced6d002789567f2396c75800ffd6dff2866f7) Yes, the example above still raises an exception on Windows.