Scimonster
Scimonster
Each migration should ideally run in a transaction, to avoid a situation of a migration being partially applied.
It makes the generated migration cleaner when you change two attributes of a column.
Fix #39
- Wrap migration in transaction - Add option to run without transaction - Update README Fixes #52 The new version is backwards compatible and can run old migrations.
- Generate rollback command when creating migration - Add rollback option to runmigration - Update README NOTE: I authored this commit on top of the transaction PR (#56). So if...
I use ScratchBlocks to create fliers and certificates for a Scratch class i run, in Hebrew. I take advantage of the `:: cat shape` syntax to turn all my text...
Requirements for a city DB: - Must work in both Node and browser - Must recognize Israel's borders (this throws out pretty much everything :()
Accept strings of the form `new Hebcal.HDate('Nisan 15')`, not just `new Hebcal.HDate('15 Nisan')`.
I found my app rerendering too often due to the data object changing as well. Plotly was adding uid keys to the traces.
As of [Atom 1.17](https://github.com/atom/atom/releases/tag/v1.17.0), there's a new Docks feature especially designed for panels like what this package opens. It would simplify usage from a user's point of view, and be...