Wesley B
Wesley B
You might need to install `tablib` extras to support 'xls'. For more information, see https://github.com/avryhof/djangocms-forms/issues/8.
@gbdlin's [solution](https://github.com/torchbox/django-recaptcha/issues/211#issuecomment-675608391) worked for me.[^1] [^1]: I opted to "add django.forms to [my] installed apps", not "manually add forms/templates directory from [my] Django installation to DIRS setting in TEMPLATES".
I want this fix, but I also use `postcss-env-function`. That pre-release also says "Removed `postcss-env-function` (breaking)." So: 1. Does this mean that if I want this fix via `postcss-preset-env`, I...
My 2:20-morning brain could not think to install `postcss-env-function` separately. Thank you. I tried installing the beta alpha and `postcss-env-function`. I do not see the fix succeed. Has my 3:20-morning...
I neglected the `postcss-env-function` in my "test case". It is active, but you're right, it has nothing to do. I'll check whether `postcss-env-function` still works after I can use `@layers`+`@import`...
That was difficult to parse, @gyuri-lajos, but I think I get it. [Thank you.] [My perspective:] I found Fractal to have met my wants (flexibility), but not met the needs...
> a vertical line along the left hand side of the transcluded note, and the note is not flush with the left margin > that can be changed through your...
I tried `https://bsky.app/intent/compose?text=` with a URL. It did put a linked URL in the post prompt, but did not show anything from the page, not even after posting.
The "Rename" option in the context menu of Scenes list is not effectual for me. Clicking it merely closes the context menu. And then I am unable to open the...
I made progress adjusting my client CMS to allow this. ### To Ease Testing ⭐️ Add these settings ([source](https://github.com/TACC/tup-ui/pull/136)): ``` CMS_PERMISSIONS = True # IMPORTANT: All values must be set...