Pufferfish101007
Pufferfish101007
`.mjs` (module js) & `.cjs` (commonjs i.e. using `require`) files are becoming more common, especially in the nodejs ecosystem. Ipbe found myself editing mjs files and having to set language...
Otherwise it looks a bit out of place. Scratch does this and I think it looks a lot nicer. We can store in component state whether it should be shown...
We should ensure that the user is happy with deleting the post with a nice swal popup.
Disclaimer: robotop uwufied the title. Not me. Ok, so basically there are a few of security issues. They're not really vulnerabilities, and they're not major, so I shpuld be fine...
## Description Adds additional spacing at the beginning of nested lists, and removes unnecessary spacing at the end of them. Resolves #430 by a solution which is effectively https://github.com/nhsuk/nhsuk-frontend/issues/430#issuecomment-489084964. Also...
## Description Resolves #662 + some additional related bugs - Vertically align back link icon with text at large font sizes - Vertically align back breadcrumb icon with text at...
Now, this is just a personal opinion, but I really like a nice smooth transition for my theme changes. This could be implemented by adding the following somewhere in all...
When trying to run integration tests, all of them failed. They should probably be updated to reflect the current state of the codebase. Test summary output (truncated to remove each...
If the cookie cannot be parsed as valid JSON, reset the cookie to a sensible default and return this new value. Adds/updates unit tests to reflect this change. The 'sensible...
### **User description** fixes an error in AudioStretch.save ___ ### **PR Type** Bug fix ___ ### **Description** - Fixed an error in the `save_mp3` method of the `AudioStretch` class by...