Mateusz Czapliński
Mateusz Czapliński
@carllerche The CI log shows the following error: ``` $ cargo build --no-default-features Compiling mock-io v0.1.0 (/home/travis/build/carllerche/mock-io) error[E0425]: cannot find function `async_read` in this scope --> src/lib.rs:311:13 | 311 |...
Good idea, thanks! Done :heavy_check_mark: Seems to have helped indeed!
@mattfarina Yes. But there are still scenarios and reasons where a tool might specifically want not to use it for some or all vendored packages.
1. For [zpas-lab/vendo](https://github.com/zpas-lab/vendo), I've chosen "_vendor/" over "vendor/" primarily in order to keep "./..." a useful package designation, especially for "go test ./...", "go generate ./..." and secondarily also for...
As to gb and vendor-spec: from what I remember (or was I over-interpreting?), vendor-spec was initially created with intention of supporting not only the tools "doing the vendoring", but also...
There seem to be more details on how to find the path on [stackoverflow](https://stackoverflow.com/q/46877300/98528). One of the comments suggests to look into HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss\
For first version, I implemented only the default path, so additional code would be needed. If you or someone else sends a PR, I'd be happy to merge, as long...
I'm having a similar problem; also when running `node .../node_modules/js-to-lua/colony.js my_app.js`, I'm seeing an error message like below: ``` Syntax error on "my_app.js" Type error: node.update.source is not a function...
@srid I'm afraid both flake-parts and nixos-flake keep being super confusing to me, and it looks like I still have hard time wrapping my head around either 😓 so I...
Thanks for the reply and openness! So, my first important question would be: does rmk currently have any support for _NON-matrix_ keys? Sorry if I misunderstood your reply, I just...