Loren Siebert

Results 7 issues of Loren Siebert

I'd like to change the `fillHandle` setting for the underlying Handsontable. Is that possible? Seems like it would need to be exposed [here](https://github.com/QuantStack/ipysheet/blob/42375111dbe30b2c27e402930a517956418189db/js/src/sheet.ts#L400).

## Problem When I try to `prisma migrate reset`, I get this error: ``` % npx prisma migrate reset --force Error: P3016 The fallback method for database resets failed, meaning...

bug/0-unknown
kind/bug
tech/engines
tech/engines/migration engine
team/schema
topic: prisma migrate reset

- When `through_tables` are explicitly specified, the table gets added to the tree when it shouldn't.

Needed for through tables that have no primary key defined - https://github.com/prisma/prisma/issues/11110

PGSync version: 2.3.2 Currently the `database` value needs to be specified for each node in the schema file. If it's not set, it uses the value from `index`. I'd like...

PGSync version: 2.3.3 Postgres version: 14.4 Elasticsearch version: 8.4 Python version: 3.9.12 Problem Description: When I run parallel_sync with the default multiprocess_async mode, it runs for a while and then...