2024-11-07 15:07:02 +03:00
|
|
|
# Known Issues and Quirks {#ch-known-issues-quirks}
|
|
|
|
|
|
|
|
|
|
At times, certain plugins and modules may refuse to play nicely with your setup,
|
|
|
|
|
be it a result of generating Lua from Nix, or the state of packaging. This page,
|
|
|
|
|
in turn, will list any known modules or plugins that are known to misbehave, and
|
|
|
|
|
possible workarounds that you may apply.
|
|
|
|
|
|
2025-12-18 16:33:49 +03:00
|
|
|
```{=include=}
|
|
|
|
|
quirks/nodejs.md
|
|
|
|
|
```
|
2025-09-26 18:06:52 +03:00
|
|
|
|
|
|
|
|
## Bugs & Suggestions {#ch-bugs-suggestions}
|
|
|
|
|
|
|
|
|
|
[issue tracker]: https://github.com/notashelf/nvf/issues
|
|
|
|
|
[discussions tab]: https://github.com/notashelf/nvf/discussions
|
|
|
|
|
[pull requests tab]: https://github.com/notashelf/nvf/pulls
|
|
|
|
|
|
2025-12-18 16:33:49 +03:00
|
|
|
Some quirks are not exactly quirks, but bugs in the module system. If you notice
|
|
|
|
|
any issues with **nvf**, or this documentation, then please consider reporting
|
|
|
|
|
them over at the [issue tracker]. Issues tab, in addition to the
|
2025-09-26 18:06:52 +03:00
|
|
|
[discussions tab] is a good place as any to request new features.
|
|
|
|
|
|
2025-12-18 16:33:49 +03:00
|
|
|
You may also consider submitting bug fixes, feature additions and upstreamed
|
2025-09-26 18:06:52 +03:00
|
|
|
changes that you think are critical over at the [pull requests tab].
|