- Vanderbijlpark, South Africa
- https://github.com/warkanum
-
Full-Stack Developer solving problems with Go, Python, Rust, TypeScript, JavaScript, React, C++ & Clarion. Building elegant code by day
- Joined on
2023-09-16
Block a user
Create a practical OpenClaw integration package for AMCS
Not sure if we need to do anything on openclaw. Much better projects out there. Might just build a few usable skills and make recommendations for your AGENTS.MD
bug: DBML Ref delete/update actions ignored — all FKs emitted as ON DELETE NO ACTION
bug: DBML Ref delete/update actions ignored — all FKs emitted as ON DELETE NO ACTION
Summary: The DBML parser only recognized ondelete: / onupdate: prefixes, but the standard DBML spec uses delete: and update:. Fixed by adding delete: / update: as the primary recognized prefixes…