Martin Olsansky
Martin Olsansky
Anyone else getting this? ```sh NotImplementedError: The operator 'aten::_weight_norm_interface' is not currently implemented for the MPS device. If you want this op to be added in priority during the prototype...
@ljharb https://momentjs.com/docs/#/-project-status/ > We now generally consider Moment to be a legacy project in maintenance mode. It is not dead, but it is indeed done.
https://twitter.com/JavaScriptDaily/status/1325212187477090311 @martijndeh 100 likes already, nice 👏 Our current setup is `db-migrate` `knex` `schemats` As you can imagine the flow is kind of meh 1. Write `db-migrate` migration 2. Run...
Maybe it doesn't matter, if `schema.rb` is source of truth?
Same with `db.Time` on Postgres ```prisma startDate DateTime @db.Date // yyyy-mm-dd startTime DateTime @db.Time // hh:mm:ss endDate DateTime @db.Date // yyyy-mm-dd endTime DateTime @db.Time // hh:mm:ss ``` Results in ```sh...