Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / torchbox/django-pattern-library issues and pull requests

#252 - Switch to uv

Issue - State: open - Opened by zerolab about 1 month ago

#251 - Update django 51

Pull Request - State: closed - Opened by mark-meyer 4 months ago - 10 comments

#250 - add django-lookbook

Pull Request - State: closed - Opened by michael-yin 5 months ago

#249 - Update default pattern library settings in getting-started.md

Pull Request - State: open - Opened by bmihelac 6 months ago

#248 - Update usage-tips.md, note md extension for docs

Pull Request - State: closed - Opened by bmihelac 6 months ago

#247 - Jinja support

Pull Request - State: open - Opened by CuriousLearner 8 months ago

#246 - Unable to use forward slash in `SECTIONS` paths

Issue - State: open - Opened by ben-qr 8 months ago

#245 - Add a no-op cache tag

Issue - State: open - Opened by bcdickinson 11 months ago

#244 - feat: use pathlib.Path for template paths

Pull Request - State: open - Opened by reedjones 12 months ago

#243 - Avoid hard-failure

Pull Request - State: open - Opened by katdom13 about 1 year ago

#242 - GitHub Actions: Add Python 3.12 to the testing

Pull Request - State: closed - Opened by cclauss about 1 year ago

#241 - fix: make it work for django5.0 (updated)

Pull Request - State: closed - Opened by alxbridge about 1 year ago

#240 - monkey_utils.py: Fix typo

Pull Request - State: closed - Opened by cclauss about 1 year ago

#239 - api.md: Fix typo

Pull Request - State: closed - Opened by cclauss about 1 year ago

#238 - Fix typos discovered by codespell

Pull Request - State: closed - Opened by cclauss about 1 year ago

#237 - ci.yml: Upgrade GitHub Actions

Pull Request - State: closed - Opened by cclauss about 1 year ago

#236 - fix: make it work for django5.0

Pull Request - State: closed - Opened by llPekoll about 1 year ago - 2 comments

#235 - Support Django 5.0

Issue - State: closed - Opened by llPekoll about 1 year ago - 2 comments

#234 - Make sure /app is always in sys.path

Pull Request - State: closed - Opened by bcdickinson over 1 year ago - 1 comment

#233 - Can not run test setup

Issue - State: closed - Opened by tbrlpld over 1 year ago - 1 comment

#232 - Use poetry-core build backend

Pull Request - State: closed - Opened by mweinelt over 1 year ago - 1 comment

#231 - Explicitly allow Django 4.2

Pull Request - State: closed - Opened by zerolab over 1 year ago

#230 - Fix pattern matching for templates using dashes

Pull Request - State: closed - Opened by zerolab over 1 year ago

#229 - Templates with a dash `"-"` in the path are no longer resolved

Issue - State: closed - Opened by migonzalvar over 1 year ago - 3 comments

#227 - Add ability to override resize sizes

Issue - State: open - Opened by jkevingutierrez over 1 year ago - 2 comments
Labels: enhancement, good first issue, ui

#225 - Use the correct iframe width with resize buttons. Fix #226

Pull Request - State: closed - Opened by jkevingutierrez over 1 year ago

#224 - Improve handling of non-string values for 'override_tag's 'default_html' argument

Pull Request - State: closed - Opened by alxbridge almost 2 years ago - 3 comments

#222 - library doesn't handle windows paths

Issue - State: closed - Opened by reedjones almost 2 years ago

#220 - Add Django 4.2 to the testing matrix

Pull Request - State: closed - Opened by simkimsia almost 2 years ago - 3 comments

#219 - feat: Support Django 4.2

Pull Request - State: closed - Opened by simkimsia almost 2 years ago - 3 comments

#218 - ci: tox.ini is outdated and other related issues

Issue - State: closed - Opened by simkimsia almost 2 years ago - 1 comment

#217 - Dj42

Pull Request - State: closed - Opened by aikchun almost 2 years ago

#216 - ci: keep failing because of deprecation warning about 3.13

Issue - State: closed - Opened by simkimsia almost 2 years ago - 1 comment

#215 - ci: no module found for coverage when switch to allowlist_externals in tox.ini

Issue - State: closed - Opened by simkimsia almost 2 years ago - 1 comment

#213 - feat: Support Django 4.2

Pull Request - State: closed - Opened by simkimsia almost 2 years ago - 1 comment

#212 - Support Django 4.2

Issue - State: closed - Opened by simkimsia almost 2 years ago - 1 comment

#211 - TypeError with Django 4.1

Issue - State: closed - Opened by kbayliss almost 2 years ago - 4 comments
Labels: bug, django

#210 - Access permission

Issue - State: open - Opened by tm-kn about 2 years ago

#208 - CSP issues

Issue - State: open - Opened by dgabrahams over 2 years ago - 3 comments
Labels: enhancement, help wanted, ui

#207 - Make it possible to navigate the menu with the keyboard. Fix #202

Pull Request - State: closed - Opened by chris-lawton over 2 years ago

#206 - Jinja templates

Pull Request - State: open - Opened by gone over 2 years ago - 6 comments

#205 - Disable pointer events on menu chevron to allow toggling. Fix #202

Pull Request - State: closed - Opened by nickmoreton over 2 years ago
Labels: bug, ui

#203 - Template tags can't be overwritten under Django v4.1

Issue - State: closed - Opened by vorlif over 2 years ago - 2 comments
Labels: bug, django

#202 - Clicking the menu chevron should expand/collapse the menu

Issue - State: closed - Opened by chris-lawton over 2 years ago
Labels: bug, ui

#199 - Fix tag overrides’ default_html preventing real tag usage

Pull Request - State: open - Opened by thibaudcolas over 2 years ago - 1 comment
Labels: bug

#198 - Tree menu is completley closed if you have more than 2 levels of nesting

Issue - State: closed - Opened by TonisPiip over 2 years ago - 1 comment

#196 - fix minor typo in overriding template tags docs

Pull Request - State: closed - Opened by lb- almost 3 years ago - 1 comment

#195 - Included sub-pattern HTML nesting

Issue - State: closed - Opened by juliat almost 3 years ago - 1 comment

#193 - Pass context to template tag override

Issue - State: open - Opened by tbrlpld almost 3 years ago
Labels: enhancement, help wanted, django

#192 - Upgrade to Webpack 5

Pull Request - State: closed - Opened by nickmoreton almost 3 years ago

#191 - Add sitemap / list of patterns endpoints

Issue - State: open - Opened by thibaudcolas almost 3 years ago
Labels: enhancement

#190 - Use Gitpod as a development environment

Pull Request - State: closed - Opened by nickmoreton almost 3 years ago - 2 comments

#189 - Add type annotations to public API. Fix #172

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement, django

#188 - Fix #166, making sure we always cast raw tag override values to string

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement, django

#187 - Black

Pull Request - State: closed - Opened by bcdickinson about 3 years ago
Labels: enhancement

#186 - Document setting X-Frame-Options for template errors

Pull Request - State: closed - Opened by bcdickinson about 3 years ago

#185 - Add docs and tentative support mentions for Python 3.11 & Django 4.1

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago - 1 comment
Labels: documentation, enhancement, django

#184 - Update docs for image placeholders to use Unsplash. Fix #7

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago
Labels: documentation, enhancement

#183 - Upgrade to Webpack 5 & external CSS file

Issue - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement, ui

#182 - v1.0.0 spring cleaning 2/2. Fix #170

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago

#181 - CI builds caching / speed optimisations

Issue - State: closed - Opened by thibaudcolas about 3 years ago

#179 - v1.0.0 spring cleaning 1/2

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago
Labels: documentation, enhancement

#178 - Add VS Code devcontainer config

Pull Request - State: closed - Opened by bcdickinson about 3 years ago
Labels: enhancement

#177 - Fix LGTM warning about redefined variable

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement

#175 - GitHub CodeQL setup

Issue - State: closed - Opened by thibaudcolas about 3 years ago - 1 comment

#174 - black setup

Issue - State: closed - Opened by thibaudcolas about 3 years ago

#173 - VSCode Devcontainer configuration

Issue - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement

#172 - Add type hints for public API

Issue - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement, django

#171 - Jinja2 support plan

Issue - State: closed - Opened by thibaudcolas about 3 years ago
Labels: help wanted, django

#170 - v1.0.0 spring cleaning

Issue - State: closed - Opened by thibaudcolas about 3 years ago
Labels: documentation, enhancement, question, decision needed, django

#169 - Feature: Allow `yml` extension

Pull Request - State: closed - Opened by tbrlpld about 3 years ago - 3 comments
Labels: enhancement

#168 - Add API endpoint for pattern rendering via POST

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago - 1 comment
Labels: enhancement, django

#167 - Add support for is_pattern_library context variable. Fix #156

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement

#166 - Django 4.0 compatibility issue: Node.render should return a string

Issue - State: closed - Opened by thibaudcolas about 3 years ago - 2 comments
Labels: bug, decision needed, django

#165 - Change values in .yaml for tests in Django 4.0

Pull Request - State: closed - Opened by nickmoreton about 3 years ago
Labels: bug, django

#164 - Add support for Django 4.0

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago - 1 comment
Labels: enhancement, django

#163 - Remove Python 3.6 support; add Python 3.10 support

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago
Labels: enhancement, django

#162 - Remove IE11 support. Fix #151

Pull Request - State: closed - Opened by thibaudcolas about 3 years ago - 1 comment
Labels: enhancement

#161 - Allow `.yml` as YAML file extension

Issue - State: closed - Opened by tbrlpld about 3 years ago - 1 comment
Labels: enhancement, good first issue

#160 - Make default_app_config conditional

Pull Request - State: closed - Opened by nickmoreton about 3 years ago
Labels: django

#159 - 'pattern_library' defines default_app_config

Issue - State: closed - Opened by nickmoreton about 3 years ago - 1 comment
Labels: good first issue

#158 - πŸ”§ UPGRADE: PyYAML to v6

Pull Request - State: closed - Opened by simkimsia about 3 years ago - 6 comments
Labels: enhancement, django

#157 - `default_app_config` in `__init__.py` deprecated since Django 3.2

Issue - State: closed - Opened by tbrlpld over 3 years ago - 2 comments
Labels: bug, duplicate, django

#156 - Change `__pattern_library_view` to `is_pattern_library` and make it an official "API"

Issue - State: closed - Opened by zerolab over 3 years ago
Labels: enhancement

#155 - Can't use Python object YAML tags

Issue - State: open - Opened by bcdickinson over 3 years ago

#154 - Make it better compatibility with Django 3.2

Pull Request - State: closed - Opened by simkimsia over 3 years ago - 12 comments
Labels: enhancement, django

#153 - When I run pytest i get a warning about default_app_config

Issue - State: closed - Opened by simkimsia over 3 years ago - 1 comment
Labels: bug, django

#152 - Fix typos

Pull Request - State: closed - Opened by jnns over 3 years ago - 1 comment
Labels: bug, documentation

#151 - Pattern library does not load CSS or JavaScript in IE11

Issue - State: closed - Opened by helenb over 3 years ago - 2 comments
Labels: enhancement, decision needed

#150 - Add missing release urls in changelog

Pull Request - State: closed - Opened by zerolab over 3 years ago - 1 comment

#149 - Release v0.5.0 – Context modifiers πŸ”₯

Pull Request - State: closed - Opened by thibaudcolas over 3 years ago
Labels: enhancement

#148 - Add docs of pagination context with context modifiers

Pull Request - State: closed - Opened by thibaudcolas over 3 years ago
Labels: documentation, enhancement, django

#147 - Context modifiers: Search for context_modifiers.py in registered Django apps

Pull Request - State: closed - Opened by ababic over 3 years ago
Labels: enhancement, django

#146 - Add demo of using context modifiers to render forms and form fields

Pull Request - State: closed - Opened by thibaudcolas over 3 years ago