- DEP: XXX
- Author: Tom Christie
- Implementation Team: Tom Christie
- Shepherd: Tim Graham
- Status: Draft
- Type: Enhancement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from django.utils.safestring import mark_safe | |
| from markdown import markdown | |
| from pygments import highlight | |
| from pygments.formatters import get_formatter_by_name | |
| from pygments.lexers import get_lexer_by_name | |
| from wagtail.wagtailcore import blocks | |
| class CodeBlock(blocks.StructBlock): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| License: MIT - https://opensource.org/licenses/MIT | |
| ChromeLogger is a protocol which allows sending logging messages to the Browser. | |
| This module implements simple support for Django. It consists of two components: | |
| * `LoggingMiddleware` which is responsible for sending all log messages | |
| associated with the request to the browser. | |
| * `ChromeLoggerHandler` a python logging handler which collects all messages. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: [push] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| services: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export default function createCrudHooks({ | |
| baseKey, | |
| indexFn, | |
| singleFn, | |
| createFn, | |
| updateFn, | |
| deleteFn, | |
| }) { | |
| const useIndex = (config) => useQuery([baseKey], indexFn, config) | |
| const useSingle = (id, config) => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spec: | |
| containers: | |
| - | |
| name: misc | |
| image: gladiatr72/misc:util-21 | |
| env: | |
| - | |
| name: POD_IP | |
| valueFrom: | |
| fieldRef: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Based on this answer https://stackoverflow.com/a/59125267 | |
| Requirements: | |
| - django | |
| - pytest | |
| - pytest-django | |
| Include this fixture in your `conftest.py` |
Get lorem-ipsum.zip
Use this skill to generate lorem ipsum placeholder text for mockups, wireframes, and content drafts. Supports various structures including plain paragraphs, headings with sections, bullet and numbered lists, and realistic mixed documents. Output in plain text, Markdown, or HTML.
Works with Claude (by extracting it to ~/.claude/skills/) or uploading to the Claude web app, or with any other agent using Skillz.