John Aziz
John Aziz
I just noticed that if we remove country locale from embedded video URLs it doesn't work. I released a new patch of the [markdown-checker](https://github.com/john0isaac/markdown-checker) to fix this issue by skipping...
| File Full Path | Issues | |--------|--------| | `./07-building-chat-applications/python/aoai-assignment.ipynb` | 1. `https://aka.ms/airangers?WT.mc_id=academic-105485-koreyst` | | `./07-building-chat-applications/python/oai-assignment.ipynb` | 1. `https://aka.ms/airangers?WT.mc_id=academic-105485-koreyst` |
| Q | A | | --------------- | --------------------------------------- | | Bug fix? | no| | New feature? | no| | New sample? | yes| | Related issues? | no...
Can you enroll render-engine in this? https://www.holopin.io/opensource It would be awesome to distribute Holopin digital badges for contributors just like hacktoberfest.
Render engine has a default base.html template that gets rendered if you don't have a _base.html template currently it's missing the html header and footer tags. Need to add them...
Frontmatter may include ```md --- title: "The document title" description: "The document description" date: February 18, 2024 tags: ["archive", "collection"] --- ```
Frontmatter may include ```md --- title: "The document title" description: "The document description" date: February 18, 2024 tags: ["archive", "collection"] --- ```
Generated paths during the output generation don't point to the right files. For example the blog folder. The static folder is in the parent directory, to fix this while creating...
- [ ] #599 - [ ] #600 Frontmatter may include ```md --- title: "The document title" description: "The document description" date: February 18, 2024 tags: ["archive", "collection"] --- ```
## Reproduce Follow the testing part of the documentation: https://pgjones.gitlab.io/quart/how_to_guides/startup_shutdown.html#testing ```bash AttributeError: 'async_generator' object has no attribute 'test_client' ``` The app fixture is not created as an async fixture which...