Open Issues Need Help
View All on GitHubAI Summary: This issue proposes a new CLI command, `lx generate-lockfile`, to create a lockfile for LuaRocks packages. This feature would be beneficial for users of Nix, enabling better dependency management and reproducibility for Lua projects.
AI Summary: This issue proposes adding a custom user agent string to the LuaRocks CLI when it communicates with luarocks.org. This would allow the luarocks.org service to track adoption and gather statistics about LuaRocks versions and operating systems in use.
AI Summary: This issue describes a problem where the `.cargo/config.toml` file is not being picked up by `lux` because `cargo build` is executed from a different working directory. The author proposes three workarounds: using a `build.rs` file, setting `RUSTFLAGS` environment variable, or using the global cargo configuration. They also suggest a feature request for `lux` to better handle project-level cargo configurations.
AI Summary: This issue proposes a refactoring task to remove the `From<bool>` implementation for `BuildBehaviour`. The rationale is that this conversion is semantically nonsensical, suggesting an unnecessary or confusing design choice that needs to be cleaned up.
AI Summary: This issue proposes adding functionality to the `lx lint` command to allow users to specify which directories should be linted. Currently, it appears `lx lint` operates on a default set of directories, and this feature would enhance flexibility by enabling targeted linting.
AI Summary: This issue proposes adding support for specifying directories as arguments to the `lx fmt` command. Currently, it seems `lx fmt` might only operate on files or a default set of locations. This enhancement would allow users to explicitly target specific directories for formatting.
AI Summary: This issue proposes adding support to the `lx check` command to allow users to specify which directories should be checked. Currently, it seems `lx check` might operate on a default set of directories, and this feature would provide more granular control over the checking process.
AI Summary: This issue proposes refactoring the `DisplayAsLuaKV` functionality by creating a derive macro for structs. This would ensure that all fields are automatically handled, preventing potential omissions. The immediate goal is to merge a trivial fix with passing tests to enable a quick release.
AI Summary: The `lx path` command is emitting a warning related to `--no-loader` that users find confusing. The issue aims to clarify or improve this warning message, though further details are needed to understand the specific context and nature of the confusion.