Garry
Garry
[https://github.com/sqlalchemy/sqlalchemy/discussions/11692](url) sqlalchemy.exc.CompileError: (in table 'users', column 'id'): SQLite does not support autoincrement for composite primary keys ```python class User(Base): __tablename__ = "users" id: Mapped[int] = mapped_column( "id", autoincrement=True, nullable=False, unique=True,...
## Bug report ### Required System information - Node.js version: v20.16.0 - NPM version: 10.8.2 - Strapi version: 4.25.8 - Database: postgres - Operating system: MacOS - Is your project...
### Describe the bug I'm using react-full-screen and Dialog and Select. When i toggle fullscreen, i cannot see the dialog and select.  ### Affected component/components Dialog, Checkbox ### How...
When i test my custom hooks, it failed after adding scroll options. If i remove it, the test passed ```javascript export const useFilter = () => { const router =...
I use font Unbounded and i got this with i apply css style. `css .testimonial_h1 { -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--blue-gray-300, #cbd5e1); font-family: "Unbounded", sans-serif; font-size: 64px; font-style: normal; font-weight: 400;...