Chiemezuo
Chiemezuo
This is an experimental feature I'm demoing for my GSoC proposal. It is a new StreamField block called `ImageBlock`. It's a work in progress, but I'd like it to form...
This is my experimental approach on including a mandatory `image_description` in the `AbstractImage` class for the GSoC "Alt Text Capabilities" project. This PR is a draft to discuss further modifications...
## Summary This PR adds tests for all `utils.py` functions for the `activities` app. It is a step in the direction of improving code coverage across the entire project. PS:...
**Describe the bug** I'm a first-time contributor to Zubhub. After following all the installation instructions and setting up the codebase on my local machine, I ran `make test` and got...
Fixes #1018 ## Summary This PR provides steps in the `README.md` to resolve the issue of already-existing tests failing because of an autogenerated faulty `rabbitMQ` configuration. It also adds dependency...
[View the rendered RFC with graphs](https://github.com/Chiemezuo/wagtail-rfcs/blob/GSoC/alt-text-capabilities/text/097-alt-text-capabilities.md) In its current state, Wagtail’s alt text functionality presents a significant accessibility challenge. Its approach to alt text relies heavily on the implementation of...
This is an experimental draft to use `playwright` for some a11y tests, keeping in mind that `playwright` is heavily dependent on node.js modules. To run the dummy test, you would...
This will be the modifications for the bakerydemo project to align with the changes from PR [#11791](https://github.com/wagtail/wagtail/pull/11791).
This is in line with #8 I'm working on getting the test cases to pass for Windows. Upon installation, 6 of the 70 existing tests were failing. Here's a short...
I split the part for adding the directory to the `PATH` into a second line for more clarity.