Da CodeKid

Results 8 issues of Da CodeKid

With an admin model ``` python class MyModelAdmin(DjangoObjectActions, admin.ModelAdmin): save_as = True change_actions = ('my_action') ``` I'm getting following error when I click `Save as new` button (highlighting line #...

Added `answers` object available for `excludePath` and `excludeFilter` options

Following `thinky`'s recommended architecture, ``` javascript \\ project.js import { thinky, type } from 'app/util/thinky'; const Project = thinky.createModel('Project', { id: type.string(), name: type.string(), statusId: type.string() }); export { Project...

question
documentation

**Describe the bug** By following the [Optimization](https://tailwind-elements.com/docs/standard/getting-started/optimization/) section - using `webpack`, it produces a `750kb` file on `development` mode and a `330kb` file on `production` mode. **To Reproduce** Steps to...

### Proposal Requesting to add some `prettier-like` code [ignore options](https://prettier.io/docs/en/ignore.html#markdown), like below ```markdown | Markdown | Rendered HTML | |--------------|---------------| | *Italic* | *Italic* \ | | | | -...

Issue: Question
Area: Table
Area: Document formatting

Hi, Do you have any plan to port this one to PortCSS as well?

enhancement

Trying to help a (non technical) friend to get this software up & running. Within last 14 hrs period, I've tried to provision a brand new server and reinstall `Geonode...

After the new update (0.23.0), the inline dropdown icons are aligning vertically. ![image](https://github.com/unfoldadmin/django-unfold/assets/10047844/08f944c8-09c1-4167-926a-23256d49020a)