pfpulux
pfpulux
#### Testing the changes - I tested the changes in this PR: **YES**
#### Testing the changes - I tested the changes in this PR: **briefly**
### System * xuname: * Void 5.15.28_1 x86_64 AuthenticAMD * package: *affected package(s) including the version*: ``podman-4.0.2_2`` ### Expected behavior build a new image with name t1:latest ### Actual behavior...
#### Testing the changes - I tested the changes in this PR: **YES**
A client on win hang for a long time if the server is not alive. This PR use `trySend` on Win to fix this. Also replace `TaintedString`with string and add...
If I try to compile with nim-2.0.10, I get: ``` .nimble/pkgs2/wnim-1.0.0-4e33332dcffad9679776ea3bb6d3dfee5c7720da/wNim/private/wResizer.nim(171, 7) template/generic instantiation of `wClass` from here .nimble/pkgs2/wnim-1.0.0-4e33332dcffad9679776ea3bb6d3dfee5c7720da/wNim/private/wResizer.nim(178, 33) Error: ambiguous identifier: 'wResizable' -- use one of the following:...
#### Testing the changes - I tested the changes in this PR: **YES**
By cross compiling with ` nim c -d:mingw --cpu:i386 --app:gui -d:release opmw.nim` I get this trace: ``` CC: ../../../.nimble/pkgs2/mike-1.3.3-0fdf1647bc4b6ecaa5b54abf16fe16540cc653b2/mike/context.nim /home/void/.cache/nim/opmw_r/@m..@s..@[email protected]@spkgs2@sioselectors-0.1.8-762d1951145184bf95a3ac57d94cf9537a372955@sioselectors@sioselectors_wepoll.nim.c: In function 'updateHandle__OOZOOZOOZOnimbleZpkgs50Zhttpx4548O51O554554e48fc51495151fbd5048535148d5351ab50555750e5751d51495349515655b4948Zhttpx_u439': /home/void/.cache/nim/opmw_r/@m..@s..@[email protected]@spkgs2@sioselectors-0.1.8-762d1951145184bf95a3ac57d94cf9537a372955@sioselectors@sioselectors_wepoll.nim.c:370:114: error: passing argument 4 of 'epoll_ctl'...
I try and modify (echo "hi", echo "ho" wraped the echo in `proc doit`) your test-code and use the lib with: ``` import std/[os] import test proc r1test() = var...