John Aziz

Results 24 issues of 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...

needs-review

| 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` |

needs-review

| 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.

admin
backlog

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...

enhancement
good first issue
jinja template

Frontmatter may include ```md --- title: "The document title" description: "The document description" date: February 18, 2024 tags: ["archive", "collection"] --- ```

good first issue
documentation

Frontmatter may include ```md --- title: "The document title" description: "The document description" date: February 18, 2024 tags: ["archive", "collection"] --- ```

good first issue
documentation

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...

bug

- [ ] #599 - [ ] #600 Frontmatter may include ```md --- title: "The document title" description: "The document description" date: February 18, 2024 tags: ["archive", "collection"] --- ```

documentation

## 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...