nikola icon indicating copy to clipboard operation
nikola copied to clipboard

A static website and blog generator

Results 75 nikola issues
Sort by recently updated
recently updated
newest added

This is more an epic rather than a mere bug. I file this as a "bug" as it also reports several bugs. ## Bugs: unstable tests/integration/test_dev_server.py On several occasions, we...

bug

### Environment **Python Version:** Python 3.8.10 **Nikola Version:** Nikola v8.3.0 **Operating System:** Windows Subsystem for Linux NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" ### Description: When...

bug
PR exists

### Environment **Python Version:** 3.9 **Nikola Version:** Git b96f05a2f8e6f5b60073ca1fb6b24f3e35094db8 **Operating System:** Debian Bullseye ### Description: The present Nikola dependency version requirements are far too lenient. I wish to raise two...

bug

It turns out dynamic typing is a bad idea for writing serious software, as it’s trivial to introduce bugs that would make code simply fail to compile in statically typed...

good first issue
infrastructure

This fixes #3737 as well as some bugs in `nikola import_wordpress`. I also modernized the `nikola plugin` code to use pathlib.

### Environment **Python Version:** Python 3.11.7 **Nikola Version:** Nikola v8.2.4 **Operating System:** Debian Unstable ### Description: I first do: ``` (venv) mdione@ioniq:~/src/projects/glob/nikola$ nikola new_post Creating New Post ----------------- Title: Debugging...

bug

### Environment **Python Version:** 3.9.2 (not relevant) **Nikola Version:** Git commit b01c040298f. **Operating System:** Debian GNU/Linux 11 (bullseye) (not relevant) ### Description: Setup: * Configure a non-root `SITE_URL`, e.g., `...

bug

### Pull Request Checklist - [✔] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ ] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). **Not...

**Requested Feature:** (short description) The baseline tests make innocent pull requests fail early each year. Kindly fix the race condition. **Related Area:** (eg. tasks, compilers, configuration, templates…) Tests. **Do you...

minor
feature request

### Pull Request Checklist - [x] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [x] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). - [...