Tomasz Knapik

Results 15 issues of Tomasz Knapik

I've been wondering what's the best practice for displaying variant pages that are children of an index page and are displayed on that index page. Currently the best solution in...

help wanted
info-required

It's confusing when we have a count for variants and personalised pages. I am not quite sure if you need anything except variants, otherwise it juts seems to bring confusion.

UX

Issue #68 - Add "visible to everyone" segment setting for `PersonalisedStructBlock`. - Add the `render_fields` keyword argument for `PersonalisedStructBlock`. Setting of the same name can be also set on `Meta`...

I was using Django default configuration for session and database, i.e. SQLite and storing sessions in database. `visitor_count` session entry would cause the default Django development server to crash due...

bug

* This makes ModelAdmin more extensible to allow customising Wagtail hooks registration behaviour rather than having one big method. This will make overriding specific Wagtail hooks much easier. * Add...

status:Needs Tests
component:Modeladmin

I think it'd be a good idea to add support for WebAuthN into the package. https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API That way we could support physical USB security keys. What do people think?

### Is your proposal related to a problem? I want to make this live on production for a certain group of users. I know that the pattern library can affect...

The script path in `pyproject.toml` is incorrect. # Steps to reproduce the issue ```sh python3 -m venv venv . venv/bin/activate pip install https://github.com/robbrad/UKBinCollectionData/archive/refs/heads/master.zip uk_bin_collection ``` That returns an error: ```sh...