Brian
Brian
## Is your feature request related to a problem? Please describe. I have a laptop with no right click button so I can only open context menus with ctrl +...
## What is the motivation? This PR makes the `fnc` module public. The goal is provide a first step in enabling the construction of client side validation libraries that use...
Hey all, I ran into an issue where I couldn't import static resource functions which were defined in another wasm component. I have a minimal example attached as a zip...
Recently I started experiencing an error when I run `cargo comonent build`. I'm sorry, but I can't figure out what's causing it or provide a minimal example. I'm hoping you...
This PR allows the user to pass the flag --esm to generate JavaScript files using ECMAScript modules
Hey, I love Zola and want to give back something. One feature that I find Zola lacks compared to other similar solutions is a way to add extensions. If you'd...
Attempts to fix this [issue](https://github.com/lycheeverse/lychee/issues/1459). This has resulted in some failing tests on Linux. Will revise. Edit: Fixed Linux tests. Let me know if you have any suggestions for improvement.
Hello, this is the first of the other issues that I mentioned in https://github.com/lycheeverse/lychee/issues/1454. Many tests in the test suite are failing because the Url crate will erroneously parse a...
Assume I have a website in folder /my/folder/public. My website has many relative urls. If I cd into /my/folder and run `lychee --base ./public ./public`. On Linux, this works --...
# Support for Internationalization Issue: https://github.com/clap-rs/clap/issues/380 Provides a POC demonstrating a method for adding i18n support to Clap in a minimally invasive way. This POC is not a complete solution...