Dan Levy

Results 48 issues of Dan Levy

## Add 2 options - [ ] Trace support - runtime sequence & per operation results: - `{ trace?: true }` should collect trace log events with timestamps and debug...

## Extend built-in methods: - [ ] [`clamp`](https://lodash.com/docs/4.17.15#clamp) - helps ensure an input number is within an upper & lower limit. - [ ] [`cloneDeep`](https://lodash.com/docs/4.17.15#cloneDeep) - give rules control over...

#### For all variable/token names: - [ ] Prevent any special symbols or operators in names. - [ ] Opt 1: Filtering `~``!@#$%^&*()-_=+{}|[]\;:'?,./` - exclusionary approach can allow strange edge...

- [ ] https://github.com/sinclairzx81/typebox

enhancement

## Reference Info - [data types](https://sequelize.org/master/manual/model-basics.html#data-types) - [associations](https://sequelize.org/master/manual/assocs.html) - [enforcing-the-table-name-to-be-equal-to-the-model-name](https://sequelize.org/master/manual/model-basics.html#enforcing-the-table-name-to-be-equal-to-the-model-name) ## Model Definition ```js const { Sequelize, Model, DataTypes } = require("sequelize"); const sequelize = new Sequelize("sqlite::memory:"); const User =...

enhancement

#### AC - [ ] `Enter schema name` shows as the initial 'Schema Name' text box value.