Tim Lebedkov

Results 36 comments of Tim Lebedkov

it works. I used a private field. It makes sense to document this somehow imho.

re. the public interfaces: I found "godoc", which is enough for me. re. my use case: I would like to start a long running job for a particular user (nbased.com)...

You're right. Maybe the error message could be better.

Please re-open the issue. Process Explorer supports alternative DLLs. ![Bildschirmfoto vom 2019-04-07 15-32-27](https://user-images.githubusercontent.com/831371/55684391-6052c580-594a-11e9-85b4-17a98759b31b.png)

you can add me for Npackd

.dbg files are very useful as they allow the usage of many profilers, debuggers and other tools that support the Microsoft debugging symbols. For example, the Process Explorer shows line...

You're right. This is not yet possible.

it's just this now (note the "python-"): for /f "delims=" %%x in ('dir /b python-*.exe') do set setup=%%x 2018-08-28 21:01 GMT+02:00 Francois Botha : > I'm curious. How did you...