Ryan Liptak

Results 580 comments of Ryan Liptak
trafficstars

Looks like `github://SomeUser/SomeRepository@main` should be able to be used to specify the branch.

`lit update` will attempt to update lit/luvit binaries to the latest version. ~~`lit install` should update local dependencies to match package.lua, but I do remember experiencing some weirdness with it.~~...

Relevant issue: https://github.com/luvit/lit/issues/132

I attempted a proxy implementation a while back over the top of coro-http. It might not be the best way to do it, but I figure it might be of...

I guess optional dependencies would be something that could be prompted for during `lit install` but prompting doesn't seem ideal. Could instead warn during `lit install` of a package with...

Yep, looks like [`${HOME}/.ssh/id_rsa` overwrites the config setting if the path exists](https://github.com/luvit/lit/blob/ca24ebaf65b1a59dc87ea323e125804c96ad22ff/commands/auth.lua#L54-L57).

You might be looking for [`LibExeObjStep.addPackagePath`](https://github.com/ziglang/zig/blob/7f975bf09f4e6e81d68c9a573ac2e31b997b5816/lib/std/build.zig#L1700) used in your `build.zig` (i.e. `exe.addPackagePath("opt", "include/opt.zig")` would make `@import("opt")` work for that target). There's a minimal example of this sort of thing [here](https://github.com/ziglang/zig/tree/8624379c71d79f67032d7ff2fd71642c84c79621/test/standalone/pkg_import).

Here's a quick video demonstration: https://www.youtube.com/watch?v=4T-KN2x5GlQ

AfterShock and NeoNL both mentioned there should be a time threshold as well. I'll try adding that.