Ian Létourneau
Ian Létourneau
Restructure project to use Cargo, the Rust package manager. Add an example for the strategy pattern (based on the python example). Working on Rust 1.5.0-nightly.
Currently, the matcher `Contains` is used to assert that a `Vec` contains multiple elements. Would it be more appropriate to rename it `ContainsElements` or `ContainsAllOf` and have another matcher `Contains`...
After upgrading to Parcel 2.0, I started seeing warnings about babel presets while building/watching/serving my project. The solution, as documented on the website, was to remove those presets to let...
Regions for `main`, `footer`, `aside`, etc. were already implemented but `header` was missing. Fixes https://github.com/mdgriffith/elm-ui/issues/59
# 🐛 bug report ## 🤔 Expected Behavior After upgrading to parcel `2.9.1` from `2.8.2`, the resolver was not able to parse our `tsconfig` anymore. In addition to "wildcard" paths,...
Let's say I have the following [schema](https://valibot.dev/playground/?code=JYWwDg9gTgLgBAKjgQwM5wG5wGZQiOAcg2QBtgAjCGQgbgChGBTAD0ljgGMIA7VeAAqlknJgDEmyGAFcoTdAF44AbXpw4AIlQBrYMB4BzDQBo1m1DwgB3VAAsITfUdPqNlqABNgnALQ69hiZmGiAQ0jwwyPo+FMC6gS6aBlDIGEykMXFOQa62WQnBUOE82YkaMCnAGUU8JQWuYMgpBuRe9eay2KXBFEweOZoUUrZ4+AMaVtDaqI2iQQC6KOjcfDAMrOzwMACeYExwQiLikjJycEoAFDt7ENgHwqISUrLyAJTKPNIgvVDzDPQbaDwFb8e5HAAqu3k5xUwQ88hg+ikwF44xEiIwwB2aM43BAoQ8yNRZXhjVgICYET8MGgTHGqCsoBATh8kAgpHG5AoKSg23G3EmUHiBj8szpZU4yGw4uCKzSJUpomptPGyQgol5yrk4zk-GQsmQEXGYGkFHIvgqhpmQONtiaIBEfLKQygqu2IGNTW0CyWXF4-HWbCBcGu+0OokhexhVyhtzBEahqHen2+TF+-xB8AAQmgmABlTi2JgOmEYAB0EAoACsmJwYBcAN5mHjICkALkwZbAwD2F3L-CgTgur2MncsPAAouAdsOR2ZuNA2lJ5B3y5Wa3XG2Z1MJETJ4auyymfsPEjveAYsdID2Ovie5+oAL4PkO2O8tqoAVSgpEPEDAiK8GQfZdj2TAgQOQ4jp2sikLOL7kDw2h-gBKItnB5bdr2-YVFBo7lrB8GmM+Gb+vATynPIBZFiWShrtWtb1k26jSs8uqHlh4Hlk0KTbCB3acNo5D8Bc4bHGxbzQeWzI8AAMpSBgwLYFwAIyvHOJGMJmcAACLyJwg6obw1HFsgpYVgxm7MXA8KoAZPaATwKGOcBOGDoYs7Ea8pGrHAACCHgeH5dbAJiOwmbRnbroxW7qGW8U5qg+aFqZZaUrh8iJPFZYUS8qARcgaURIOmX0Jp9DaQFHh6fwSKOQV5nRVZZjZYlyU0YV6UlagWXxbluoFUVGU9S18U1fZRk8INXXAKV5UAkGHCVYFYkNXRZYkIOhr1hoYAPEwkbirC6j0RuTHbnAe0QlCh7kDAabARo6KhVifIvnF8VVcFGKvdNxWzSNT4vqdMXWeoV0Jnst1Yg9cEaLZiIto5GjvXA2VVTViNElNKUOkN3WJM+iQg816jg-th0cd4QnACJYmHUmZ5owluZ-cNhNzvM3mMAtmwhlC-krftYjQAQ60AJI8NKUCSyaMAADyhnGVWrbjyAAHwMEAA) with multiple variants requiring different fields based on the `placeType` field. Here's the simplified version so I can better refer to it below:...
This PR adds documentation for the new [Qwik Testing Library](https://github.com/ianlet/qwik-testing-library) to provide more testing tools for the Qwik Framework. The library was tested with a few projects running in production,...
I'm one of the maintainers of https://github.com/ianlet/qwik-testing-library and I'm working on adding support for `happy-dom` for devs who prefer using it. Unfortunately, we're not yet able to even start a...
### Suggestion The `error()` demo in the [Middleware](https://qwik.dev/docs/middleware/#error) page is missing/broken. 