James Addison
James Addison
Additional findings: * If the page is resized from 'card view' (responsive mode) to 'full view' (desktop / large display mode), then the filters reappear. * However, resizing within 'full...
I'm not completely confident that the fix is correct, but I have opened a pull request that resolves this problem for an example case in #7445.
@kilgorejd @hiephm are you able to confirm whether the code example at https://live.bootstrap-table.com/code/jayaddison/18021 accurately replicates this problem? If possible: thank you.
Hi @kevin-brown - I've been browsing through a few old pull requests to clear the decks - any chance this might be nearish-acceptable? (I've one or two others open also,...
@marcellov7 there's a small bug with the [`camelCase` implementation](https://github.com/marcellov7/select2/blob/cddedf3defe8dbf47ca3f75dedd27e0699b09068/src/js/select2/defaults.js#L424) in your branch, and it affects the way that `select2` handles [nested option names](https://select2.org/configuration/defaults#nested-options): **Expected** ```javascript var key = 'ajax--cache'; $.camelCase(key);...
@bradfitz I've been attempting to identify the parts of the plain Debian Installer that don't quite work with the RPi 400, and the `brcmfmac43456` question in particular has landed me...
Thank you, @stapelberg - I'll follow up on a separate issue thread there (it may take me a while to get around to that and to write the question, but...
This issue may be still be valid - I've upgraded to `rdflib` v7.0.0 for a project that uses `extruct` locally, and I continue to see runtime warning messages about the...
This should be confirmed by someone else too, but from my experience this did block an upgrade of a project to Python3.12 (the code began failing when `extruct` imported `pyrdfa3`...
Thanks @MmAaXx500 for the heads-up - I can confirm that with `pyrdfa3` v3.6.2 in use, upgrading an `extruct`-dependent container to Py3.12 has been unblocked here.